micro-ELC
|
This class defines an interface for any class that can control an array of relays. More...
#include <RelaysDriver.h>
Public Member Functions | |
virtual void | set (uint16_t bits)=0 |
activate relays corresponding to a bit that's 1. More... | |
virtual void | begin ()=0 |
this function should be called on startup. It sets up pinmodes. More... | |
This class defines an interface for any class that can control an array of relays.
|
pure virtual |
this function should be called on startup. It sets up pinmodes.
Implemented in RelaysDriverBasic< N >.
|
pure virtual |
activate relays corresponding to a bit that's 1.
bits | Think of this number as an array of bits. Bits that there is no relay for are ignored. |
Implemented in RelaysDriverBasic< N >.