|
Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
show a specific rhythm on a LED. More...
#include <Noiasca_discrete.h>
Public Member Functions | |
| RhythmPin (byte pin, uint8_t active=HIGH) | |
Public Member Functions inherited from Rhythm< DiscretePin > | |
| Rhythm (DiscretePin &obj) | |
| blink a specific rhythm More... | |
| void | setInterval (uint16_t _interval0, uint16_t _interval1) |
| set on/off times More... | |
| void | setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3) |
| set on/off times More... | |
| void | setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3, uint16_t _interval4, uint16_t _interval5) |
| set on/off times More... | |
| void | setInterval (uint16_t _interval0, uint16_t _interval1, uint16_t _interval2, uint16_t _interval3, uint16_t _interval4, uint16_t _interval5, uint16_t _interval6, uint16_t _interval7) |
| set on/off times More... | |
| void | off () override |
| switch output off More... | |
| void | toggle () |
| switch between on or off state | |
| void | update (uint32_t currentMillis=millis()) |
| check if update is necessary More... | |
show a specific rhythm on a LED.
wrapper to rhythm blink a discrete Arduino pin. Inherits style class and composites DiscretePin
|
inline |
| pin | a discrete pin |
| active | if the pin should be LOW active, set parameter to LOW. default is HIGH. |