Formatting
This commit is contained in:
parent
83c9db9f71
commit
c76fbc4c3f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
* #define blue 255
|
* #define blue 255
|
||||||
* #define led 1
|
* #define led 1
|
||||||
* uint8_t RGB[3] = (red, green, blue);
|
* uint8_t RGB[3] = (red, green, blue);
|
||||||
* set_color(device, led, 3, RGB);
|
* set_color(dev, led, 3, RGB);
|
||||||
*
|
*
|
||||||
* This would set the led in position (SW1,CS1) to the value
|
* This would set the led in position (SW1,CS1) to the value
|
||||||
* of red, the led in position (SW2,CS1) to the value of
|
* of red, the led in position (SW2,CS1) to the value of
|
||||||
|
|
Loading…
Add table
Reference in a new issue