Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
arduino-header-r3.h
Go to the documentation of this file.
1
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ARDUINO_HEADER_R3_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ARDUINO_HEADER_R3_H_
9
10#define ARDUINO_HEADER_R3_A0 0
11#define ARDUINO_HEADER_R3_A1 1
12#define ARDUINO_HEADER_R3_A2 2
13#define ARDUINO_HEADER_R3_A3 3
14#define ARDUINO_HEADER_R3_A4 4
15#define ARDUINO_HEADER_R3_A5 5
16#define ARDUINO_HEADER_R3_D0 6
17#define ARDUINO_HEADER_R3_D1 7
18#define ARDUINO_HEADER_R3_D2 8
19#define ARDUINO_HEADER_R3_D3 9
20#define ARDUINO_HEADER_R3_D4 10
21#define ARDUINO_HEADER_R3_D5 11
22#define ARDUINO_HEADER_R3_D6 12
23#define ARDUINO_HEADER_R3_D7 13
24#define ARDUINO_HEADER_R3_D8 14
25#define ARDUINO_HEADER_R3_D9 15
26#define ARDUINO_HEADER_R3_D10 16
27#define ARDUINO_HEADER_R3_D11 17
28#define ARDUINO_HEADER_R3_D12 18
29#define ARDUINO_HEADER_R3_D13 19
30#define ARDUINO_HEADER_R3_D14 20
31#define ARDUINO_HEADER_R3_D15 21
32
33#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ARDUINO_HEADER_R3_H_ */