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
Go to the documentation of this file.
1#ifndef UnoGpioPinMap_h
2#define UnoGpioPinMap_h
3static const GpioPinMap_t GpioPinMap[] = {
4 GPIO_PIN(D, 0), // D0
5 GPIO_PIN(D, 1), // D1
6 GPIO_PIN(D, 2), // D2
7 GPIO_PIN(D, 3), // D3
8 GPIO_PIN(D, 4), // D4
9 GPIO_PIN(D, 5), // D5
10 GPIO_PIN(D, 6), // D6
11 GPIO_PIN(D, 7), // D7
12 GPIO_PIN(B, 0), // D8
13 GPIO_PIN(B, 1), // D9
14 GPIO_PIN(B, 2), // D10
15 GPIO_PIN(B, 3), // D11
16 GPIO_PIN(B, 4), // D12
17 GPIO_PIN(B, 5), // D13
18 GPIO_PIN(C, 0), // D14
19 GPIO_PIN(C, 1), // D15
20 GPIO_PIN(C, 2), // D16
21 GPIO_PIN(C, 3), // D17
22 GPIO_PIN(C, 4), // D18
23 GPIO_PIN(C, 5) // D19
24};
25#endif // UnoGpioPinMap_h
static const GpioPinMap_t GpioPinMap[]
Definition UnoGpioPinMap.h:3
Definition DigitalPin.h:34