142#define SER_CONN_CHIP_RESET_PIN 11 // Pin used to reset connectivity chip
143
144
145// Arduino board mappings
146#define ARDUINO_SCL_PIN 27 // SCL signal pin
147#define ARDUINO_SDA_PIN 26 // SDA signal pin
148#define ARDUINO_AREF_PIN 2 // Aref pin
149#define ARDUINO_13_PIN 25 // Digital pin 13
150#define ARDUINO_12_PIN 24 // Digital pin 12
151#define ARDUINO_11_PIN 23 // Digital pin 11
152#define ARDUINO_10_PIN 22 // Digital pin 10
153#define ARDUINO_9_PIN 20 // Digital pin 9
154#define ARDUINO_8_PIN 19 // Digital pin 8
155
156#define ARDUINO_7_PIN 18 // Digital pin 7
157#define ARDUINO_6_PIN 17 // Digital pin 6
158#define ARDUINO_5_PIN 16 // Digital pin 5
159#define ARDUINO_4_PIN 15 // Digital pin 4
160#define ARDUINO_3_PIN 14 // Digital pin 3
161#define ARDUINO_2_PIN 13 // Digital pin 2
162#define ARDUINO_1_PIN 12 // Digital pin 1
163#define ARDUINO_0_PIN 11 // Digital pin 0
164
165#define ARDUINO_A0_PIN 3 // Analog channel 0
166#define ARDUINO_A1_PIN 4 // Analog channel 1
167#define ARDUINO_A2_PIN 28 // Analog channel 2
168#define ARDUINO_A3_PIN 29 // Analog channel 3
169#define ARDUINO_A4_PIN 30 // Analog channel 4
170#define ARDUINO_A5_PIN 31 // Analog channel 5
171
172
173#ifdef __cplusplus
174 }
175#endif
176
177#endif // PCA10040_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.