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