Formatting
This commit is contained in:
commit
8dbcaa5bb1
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@
|
||||||
* 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
|
||||||
* green, and the led in position (SW3,CS1) to the value of
|
* green, and the led in position (SW3,CS1) to the value of
|
||||||
* blue. Before this will show any result the 3 corresponding
|
* blue. Before this is ran the 3 corresponding leds need
|
||||||
* leds needto be turned on with the led_on call.
|
* to be turned on first with the led_on call.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <drivers/i2c.h>
|
#include <drivers/i2c.h>
|
||||||
#include <drivers/led.h>
|
#include <drivers/led.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue