8#ifndef ARDUINO_GRADATION_CONTROL_NXP_ARD_H
9#define ARDUINO_GRADATION_CONTROL_NXP_ARD_H
57 float set_gradation(
float max_iref,
float time,
bool up =
true,
bool down =
true,
float on = 0.0,
float off = 0.0 );
87 void start(
bool continuous =
true );
95 static const float HOLDTIME[];
void start(bool continuous=true)
void gradation_channel_enable(uint32_t bitmap)
void gradation_group_assign(uint32_t bitmap)
virtual ~GradationControl()
void add_channel(uint8_t ch)
float set_gradation(float max_iref, float time, bool up=true, bool down=true, float on=0.0, float off=0.0)