avr-classes
|
#include <outputpin.h>
Public Member Functions | |
virtual void | setValue (bool value)=0 |
Interface for output pins that can be set to a boolean value.
|
pure virtual |
Sets the pin to the specified value.
value | Value to set, true means HIGH level, false means LOW level. |
Implemented in GpioPortPin, and OutputPortPin.