Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a LED on a PCA9685 output. More...
#include <Noiasca_PCA9685.h>
Public Member Functions | |
BlinkPCA9685 (Adafruit_PWMServoDriver &pwm, byte pixel) | |
![]() | |
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 LED on a PCA9685 output.
wrapper to blink a LED on a PCA9685 output. Inherits "style" class and composites PCA9685
|
inline |
pwm | a reference to your pwm object |
pixel | the pixel on the pwm to be used |