avr-classes
|
#include <outputport.h>
Public Member Functions | |
virtual void | setValue (uint8_t value, uint8_t mask=0xff)=0 |
Interface for 8 bit output ports.
|
pure virtual |
Set value being represented by a set of individual pins.
value | Value to be set. |
mask | Mask with pins to manipulate according to value. |
Implemented in OutputShiftRegisterPort, VirtualOutputPort, PortA, PortB, PortC, and PortD.