|
Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a PCF8547 pin. More...
#include <Noiasca_PCF8574.h>
Public Member Functions | |
| BlinkPCF8574 (PCF8574expander &hardware, uint8_t pin) | |
Public Member Functions inherited from Blink< PCF8574_IF > | |
| 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 PCF8547 pin.
wrapper to blink a PCF8547 pin. Inherits "style" class and composites PCF8547 pin.
|
inline |
| hardware | a reference to your PCF8574 object |
| pin | the pin of the expander to be used |