|
Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a discrete pin. More...
#include <Noiasca_discrete.h>
Public Member Functions | |
| BlinkPin (byte pin) | |
Public Member Functions inherited from Blink< DiscretePin > | |
| void | setOnInterval (uint16_t newInterval) |
| set on interval More... | |
| void | setOffInterval (uint16_t newInterval) |
| set off interval More... | |
| void | off () override |
| switch output off More... | |
| void | on () override |
| switch on More... | |
| void | on (bool force) |
| switch on More... | |
| void | toggle () override |
| switch between on or off state More... | |
| void | update (uint32_t currentMillis=millis()) |
| check if update is necessary More... | |
blink a discrete pin.
wrapper to blink a discrete Arduino pin. Inherits "style" class and composites DiscretePin
|
inline |
| pin | a discrete pin |