Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/content/exercises/ex2.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ At the end of the program you will see two lines commented out (the `//` at the
### Extra animations
Bored of the default animation? Try modifying the timing of the `oneAfterAnother` function, or write your own animation function: the `board.loop` and `board.wait` functions will come in handy for scheduling LEDs to go on or off (or pulse, or change brightness etc) at scheduled times.

### Ideas
Want to play some more? There are numerous things that you can do by just being able to blink multiple LEDs
- [Piano-LED](https://github.com/shrikrishnaholla/piano-led) makes the LEDs glow according to the tune played via a web-based Piano.

### Confused?
Don't worry! This exercise is about exploring what is possible so there is a lot going on here. We'll take a step back to simpler code for the next couple of exercises.

Expand Down