|
sketchbook
|
Functions | |
| void | setup () |
| void | loop () |
| void | writeLED (int state) |
| unsigned long | readLED (void) |
Variables | |
| int | led = 13 |
| int | ledA = 3 |
| int | ledB = 11 |
| void loop | ( | void | ) |
OneWirePJON device status update function.
| unsigned long readLED | ( | void | ) |
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| void writeLED | ( | int | state | ) |
| int led = 13 |
| int ledA = 3 |
| int ledB = 11 |
1.8.6