![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
#include <DigitalPin.h>
Public Attributes | |
| volatile uint8_t * | pin |
| volatile uint8_t * | ddr |
| volatile uint8_t * | port |
| uint8_t | mask |
GpioPinMap type
| volatile uint8_t* GpioPinMap_t::ddr |
address of DDR for this pin
| uint8_t GpioPinMap_t::mask |
bit mask for this pin
| volatile uint8_t* GpioPinMap_t::pin |
address of PIN for this pin
| volatile uint8_t* GpioPinMap_t::port |
address of PORT for this pin