|
Sequential Button (for Arduino) 1.5
Sequential Button library for Arduino documentation
|
#include <SeqButton.h>
Functions | |
| void | setup () |
| void | loop () |
| void | SetCombination_cback (SeqButton *button) |
| void | ResetCombination_cback (SeqButton *button) |
| uint8_t | check_combination (uint8_t val) |
| void | treat_combination () |
Variables | |
| SeqButton | but1 |
| SeqButton | but2 |
| SeqButton | but3 |
| SeqButton | but4 |
| SeqButton * | buttons [4] = { &but1, &but2, &but3, &but4 } |
| uint8_t | combination = 0 |
| uint8_t check_combination | ( | uint8_t | val | ) |

| void loop | ( | ) |

| void ResetCombination_cback | ( | SeqButton * | button | ) |


| void SetCombination_cback | ( | SeqButton * | button | ) |


| void setup | ( | ) |

| void treat_combination | ( | ) |


| SeqButton but1 |
| SeqButton but2 |
| SeqButton but3 |
| SeqButton but4 |
| uint8_t combination = 0 |