|
| DimmerControl (DimmerType &dim) |
|
uint8_t | channelCount () |
|
uint8_t | virtualCount () |
|
uint8_t | physicalCount () |
|
void | firstinit () |
|
bool | init (HalType &hal,...) |
|
bool | init (HalType &hal, const uint8_t pins[]) |
|
PWM & | pwm (uint8_t num) |
|
void | initChannels () |
|
virtual void | updatePhysical () |
|
uint16_t | combineChannels (uint8_t start) |
|
void | setOverload (bool overload=false) |
|
void | setTemperature (uint16_t temp) |
|
|
DimmerType & | dimmer |
|
PWM | pwms [DimmerType::channelCount/DimmerType::virtualCount] |
|
uint8_t | physical [DimmerType::channelCount/DimmerType::virtualCount] |
|
uint8_t | factor [DimmerType::channelCount/DimmerType::virtualCount] |
|
template<class HalType, class DimmerType, class PWM>
class as::DimmerControl< HalType, DimmerType, PWM >
Definition at line 733 of file Dimmer.h.