120#define SER_CONN_CHIP_RESET_PIN NRF_GPIO_PIN_MAP(1,1) // Pin used to reset connectivity chip
121
122// Arduino board mappings
123#define ARDUINO_SCL_PIN 27 // SCL signal pin
124#define ARDUINO_SDA_PIN 26 // SDA signal pin
125#define ARDUINO_AREF_PIN 2 // Aref pin
126
127#define ARDUINO_13_PIN NRF_GPIO_PIN_MAP(1, 23) // Digital pin 13
128#define ARDUINO_12_PIN NRF_GPIO_PIN_MAP(1, 22) // Digital pin 12
129#define ARDUINO_11_PIN NRF_GPIO_PIN_MAP(1, 21) // Digital pin 11
130#define ARDUINO_10_PIN NRF_GPIO_PIN_MAP(1, 20) // Digital pin 10
131#define ARDUINO_9_PIN NRF_GPIO_PIN_MAP(1, 19) // Digital pin 9
132#define ARDUINO_8_PIN NRF_GPIO_PIN_MAP(1, 17) // Digital pin 8
133
134#define ARDUINO_7_PIN NRF_GPIO_PIN_MAP(1, 8) // Digital pin 7
135#define ARDUINO_6_PIN NRF_GPIO_PIN_MAP(1, 7) // Digital pin 6
136#define ARDUINO_5_PIN NRF_GPIO_PIN_MAP(1, 6) // Digital pin 5
137#define ARDUINO_4_PIN NRF_GPIO_PIN_MAP(1, 5) // Digital pin 4
138#define ARDUINO_3_PIN NRF_GPIO_PIN_MAP(1, 4) // Digital pin 3
139#define ARDUINO_2_PIN NRF_GPIO_PIN_MAP(1, 3) // Digital pin 2
140#define ARDUINO_1_PIN NRF_GPIO_PIN_MAP(1, 2) // Digital pin 1
141#define ARDUINO_0_PIN NRF_GPIO_PIN_MAP(1, 1) // Digital pin 0
142
143#define ARDUINO_A0_PIN 3 // Analog channel 0
144#define ARDUINO_A1_PIN 4 // Analog channel 1
145#define ARDUINO_A2_PIN 28 // Analog channel 2
146#define ARDUINO_A3_PIN 29 // Analog channel 3
147#define ARDUINO_A4_PIN 30 // Analog channel 4
148#define ARDUINO_A5_PIN 31 // Analog channel 5
149
150
151#ifdef __cplusplus
152 }
153#endif
154
155#endif // PCA10100_H
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.