micro-ELC
LoadAdjust.h
Go to the documentation of this file.
1#ifndef _LOAD_ADJUST_H_
2#define _LOAD_ADJUST_H_
3#include <Arduino.h>
7class LoadAdjust {
8public:
13 virtual void setLoad(float load) = 0;
17 virtual void begin() = 0;
18};
19#endif
This class defines an interface for any type of adjustable electrical load.
Definition: LoadAdjust.h:7
virtual void begin()=0
set up pin states
virtual void setLoad(float load)=0
set a new value for the adjustable load