Skip to content

Commit

Permalink
Add list of examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Mar 14, 2022
1 parent ebfc4c0 commit c6d9b5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ led.off();

### More Examples

More examples of how to use all of the available imports are available in the [`/examples`](./examples) folder.
More examples of how to use all the available imports are available in the [`/examples`](./examples) folder.

- [Basic writing](./examples/basic-write.ts)
- [Basic animation](./examples/basic-animate.ts)
- [Custom animation](./examples/custom-animate.ts)
- [Basic LEDArray writing](./examples/basic-write-array.ts)
- [Basic LEDArray animation](./examples/basic-animate-array.ts)
- [Custom LEDArray animation](./examples/custom-animate-array.ts)
- [Signal inverting](./examples/invert.ts)

### Specifications

Expand Down

0 comments on commit c6d9b5f

Please sign in to comment.