MySensors Library & Examples
2.3.2
|
GpioPinMap type
Definition at line 33 of file DigitalPin.h.
#include <DigitalPin.h>
Public Attributes | |
volatile uint8_t * | pin |
volatile uint8_t * | ddr |
volatile uint8_t * | port |
uint8_t | mask |
volatile uint8_t* GpioPinMap_t::ddr |
address of DDR for this pin
Definition at line 35 of file DigitalPin.h.
uint8_t GpioPinMap_t::mask |
bit mask for this pin
Definition at line 37 of file DigitalPin.h.
volatile uint8_t* GpioPinMap_t::pin |
address of PIN for this pin
Definition at line 34 of file DigitalPin.h.
volatile uint8_t* GpioPinMap_t::port |
address of PORT for this pin
Definition at line 36 of file DigitalPin.h.