Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
#include <GPIO.h>
Public Attributes | |
volatile uint8_t | pin |
Port Input Pins. More... | |
volatile uint8_t | ddr |
Data Direction Register. More... | |
volatile uint8_t | port |
Data Register. More... | |
General Purpose Digital I/O Control Registers.
volatile uint8_t GPIO< PIN >::gpio_reg_t::ddr |
volatile uint8_t GPIO< PIN >::gpio_reg_t::pin |
volatile uint8_t GPIO< PIN >::gpio_reg_t::port |