Formatting

This commit is contained in:
retic1337 2020-12-29 18:00:40 -08:00
parent 83c9db9f71
commit c76fbc4c3f

View file

@ -20,7 +20,7 @@
* #define blue 255
* #define led 1
* 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
* of red, the led in position (SW2,CS1) to the value of