|
micro-ELC
|
This class defines an interface for any type of adjustable electrical load. More...
#include <LoadAdjust.h>

Public Member Functions | |
| virtual void | setLoad (float load)=0 |
| set a new value for the adjustable load More... | |
| virtual void | begin ()=0 |
| set up pin states More... | |
This class defines an interface for any type of adjustable electrical load.
|
pure virtual |
set up pin states
Implemented in LoadAdjustAnalogWrite, LoadAdjustCoarseFine, and LoadAdjustRelayParallelBinary< N >.
|
pure virtual |
set a new value for the adjustable load
| load | between 0.0 and 1.0 where 1.0 is the highest load |
Implemented in LoadAdjustAnalogWrite, LoadAdjustCoarseFine, and LoadAdjustRelayParallelBinary< N >.