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.
Loading...
Searching...
No Matches
UnoGpioPinMap.h File Reference

Go to the source code of this file.

Variables

static const GpioPinMap_t GpioPinMap []
 

Variable Documentation

◆ GpioPinMap

const GpioPinMap_t GpioPinMap[]
static
Initial value:
= {
GPIO_PIN(D, 0),
GPIO_PIN(D, 1),
GPIO_PIN(D, 2),
GPIO_PIN(D, 3),
GPIO_PIN(D, 4),
GPIO_PIN(D, 5),
GPIO_PIN(D, 6),
GPIO_PIN(D, 7),
GPIO_PIN(B, 0),
GPIO_PIN(B, 1),
GPIO_PIN(B, 2),
GPIO_PIN(B, 3),
GPIO_PIN(B, 4),
GPIO_PIN(B, 5),
GPIO_PIN(C, 0),
GPIO_PIN(C, 1),
GPIO_PIN(C, 2),
GPIO_PIN(C, 3),
GPIO_PIN(C, 4),
GPIO_PIN(C, 5)
}