updated docs

This commit is contained in:
Peli de Halleux
2016-05-05 11:16:14 -07:00
parent efce4c3698
commit 81b8b1b69c
10 changed files with 90 additions and 19 deletions

View File

@ -1,7 +1,6 @@
# Led
Control of the LED screen.
```cards
led.plot(0, 0);
@ -10,7 +9,7 @@ led.point(0, 0);
led.brightness();
led.setBrightness(255);
led.stopAnimation();
led.plotBarGraph(0, 1023);
led.plotBarGraph(0, 0);
led.fadeIn();
led.fadeOut();
led.plotAll();