avr-classes
|
#include <gpioport.h>
Public Member Functions | |
virtual void | setDirection (Direction dir, uint8_t mask=0xff)=0 |
virtual void | setPullup (uint8_t state, uint8_t mask=0xff)=0 |
![]() | |
virtual uint8_t | getValue (void) const =0 |
![]() | |
virtual void | setValue (uint8_t value, uint8_t mask=0xff)=0 |
Interface for 8 bit GPIO ports. GPIO ports are expected to support the directions input and output. The interface also supports control of internal pullup resistors as they are featured by AVR microcontrollers.
|
pure virtual |
|
pure virtual |