avr-classes
|
#include <inputport.h>
Public Member Functions | |
virtual uint8_t | getValue (void) const =0 |
Interface for 8 bit input ports.
|
pure virtual |
Get value being represented by a set of individual pins.
Implemented in VirtualInputPort, PortA, PortB, PortC, and PortD.