Skip to content

Commit

Permalink
link to multiled example
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Feb 4, 2018
1 parent c67ec69 commit 797f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An Arduino library to control LEDs. It uses a **non-blocking** approach and can
control LEDs in simple (**on**/**off**) and complex (**blinking**,
**breathing**) ways in a **time-driven** manner.

![breathing, blinking, fadeon and -off at the same time](doc/jled.gif)
[![breathing, blinking, fadeon and -off at the same time](doc/jled.gif)](examples/multiled)

```c++
// blink and breathe two LEDs (builtin and gpio 9) for 12 seconds.
Expand Down

0 comments on commit 797f5cc

Please sign in to comment.