Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
pulse a PCF8547 pin (monoflop) More...
#include <Noiasca_PCF8574.h>
Public Member Functions | |
PulsePCF8547 (PCF8574expander &hardware, uint8_t pin) | |
![]() | |
Pulse (PCF8574_IF &obj) | |
pulse an output for a period of time and than switches of More... | |
void | setOnInterval (uint32_t _onInterval) |
set interval 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... | |
pulse a PCF8547 pin (monoflop)
wrapper to pulse a PCF8547 pin. Inherits class pulse and composites PCF8547 pin
|
inline |
hardware | a reference to your PCF8574 object |
pin | the pin on the expander to be used |