|
Sequential Button (for Arduino) 1.5
Sequential Button library for Arduino documentation
|
#include <SeqButton.h>
Macros | |
| #define | B1_PIN 2 |
| #define | B2_PIN 3 |
| #define | B3_PIN 4 |
| #define | HOLD_TIME 1000 |
Functions | |
| void | ToggleLED (void) |
| void | setup () |
| void | loop () |
| void | Release_callback (SeqButton *button) |
Variables | |
| SeqButton | but1 |
| SeqButton | but2 |
| SeqButton | but3 |
| #define B1_PIN 2 |
| #define B2_PIN 3 |
| #define B3_PIN 4 |
| #define HOLD_TIME 1000 |
| void loop | ( | ) |
| void Release_callback | ( | SeqButton * | button | ) |


| void setup | ( | ) |

| void ToggleLED | ( | void | ) |

| SeqButton but1 |
| SeqButton but2 |
| SeqButton but3 |