|
sketchbook
|
Macros | |
| #define | ATTINY |
| #define | CANCEL 10 |
| #define | CANCEL_IN A1 |
| #define | BLUE 9 |
| #define | GRAY 8 |
| #define | GREEN 7 |
| #define | pushDelay 30 |
Functions | |
| void | setup () |
| void | loop () |
| void | pushButton (int pin) |
Variables | |
| char | inByte |
| #define ATTINY |
| #define BLUE 9 |
| #define CANCEL 10 |
| #define CANCEL_IN A1 |
| #define GRAY 8 |
| #define GREEN 7 |
| #define pushDelay 30 |
| void loop | ( | void | ) |
OneWirePJON device status update function.
| void pushButton | ( | int | pin | ) |
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| char inByte |
1.8.6