struct for mapping digital pins More...
#include <DigitalPin.h>
Public Attributes | |
| uint8_t | bit |
| volatile uint8_t * | ddr |
| volatile uint8_t * | pin |
| volatile uint8_t * | port |
struct for mapping digital pins
Definition at line 93 of file DigitalPin.h.
| uint8_t pin_map_t::bit |
bit number for this pin
Definition at line 97 of file DigitalPin.h.
| volatile uint8_t* pin_map_t::ddr |
address of DDR for this pin
Definition at line 94 of file DigitalPin.h.
| volatile uint8_t* pin_map_t::pin |
address of PIN for this pin
Definition at line 95 of file DigitalPin.h.
| volatile uint8_t* pin_map_t::port |
address of PORT for this pin
Definition at line 96 of file DigitalPin.h.
1.8.6