mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #7047 from aabadie/nucleo_arduino_pinout
boards/nucleos: fix arduino ADC pins, add arduino I2C pins
This commit is contained in:
commit
8167cb4620
@ -53,13 +53,15 @@ extern "C" {
|
||||
#define ARDUINO_PIN_12 GPIO_PIN(PORT_A, 6)
|
||||
#define ARDUINO_PIN_13 GPIO_PIN(PORT_A, 5) /* on-board LED */
|
||||
#endif
|
||||
#define ARDUINO_PIN_14 GPIO_PIN(PORT_B, 9)
|
||||
#define ARDUINO_PIN_15 GPIO_PIN(PORT_B, 8)
|
||||
|
||||
#define ARDUINO_PIN_A0 GPIO_PIN(PORT_C, 0)
|
||||
#define ARDUINO_PIN_A1 GPIO_PIN(PORT_C, 1)
|
||||
#define ARDUINO_PIN_A2 GPIO_PIN(PORT_B, 0)
|
||||
#define ARDUINO_PIN_A3 GPIO_PIN(PORT_A, 4)
|
||||
#define ARDUINO_PIN_A4 GPIO_PIN(PORT_A, 1)
|
||||
#define ARDUINO_PIN_A5 GPIO_PIN(PORT_A, 0)
|
||||
#define ARDUINO_PIN_A0 GPIO_PIN(PORT_A, 0)
|
||||
#define ARDUINO_PIN_A1 GPIO_PIN(PORT_A, 1)
|
||||
#define ARDUINO_PIN_A2 GPIO_PIN(PORT_A, 4)
|
||||
#define ARDUINO_PIN_A3 GPIO_PIN(PORT_B, 0)
|
||||
#define ARDUINO_PIN_A4 GPIO_PIN(PORT_C, 1)
|
||||
#define ARDUINO_PIN_A5 GPIO_PIN(PORT_C, 0)
|
||||
/** @ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user