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