Mapping from MCU pins to Arduino pins.  
More...
Mapping from MCU pins to Arduino pins. 
You can use the defines in this file for simplified interaction with the Arduino specific pin numbers.
- Author
 - Mikolai Gütschow mikol.nosp@m.ai.g.nosp@m.uetsc.nosp@m.how@.nosp@m.tu-dr.nosp@m.esde.nosp@m.n.de 
 
Definition in file arduino_iomap.h.
 
Go to the source code of this file.
 | 
Arduino's Serial uses USB-CDC-ACM stdio by default  
 | 
| 
#define  | ARDUINO_UART_DEV   UART_UNDEF | 
|   | The Xiao nRF52840 uses USB-CDC-ACM by default. 
  | 
|   | 
 | 
| 
#define  | ARDUINO_PIN_0   GPIO_PIN(0,  2) | 
|   | Pin Definition for D0. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_1   GPIO_PIN(0,  3) | 
|   | Pin Definition for D1. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_2   GPIO_PIN(0, 28) | 
|   | Pin Definition for D2. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_3   GPIO_PIN(0, 29) | 
|   | Pin Definition for D3. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_4   GPIO_PIN(0,  4) | 
|   | Pin Definition for D4. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_5   GPIO_PIN(0,  5) | 
|   | Pin Definition for D5. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_6   GPIO_PIN(1, 11) | 
|   | Pin Definition for D6. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_7   GPIO_PIN(1, 12) | 
|   | Pin Definition for D7. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_8   GPIO_PIN(1, 13) | 
|   | Pin Definition for D8. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_9   GPIO_PIN(1, 14) | 
|   | Pin Definition for D9. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_10   GPIO_PIN(1, 15) | 
|   | Pin Definition for D10. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_11   GPIO_PIN(0, 26) | 
|   | Pin Definition for Red LED. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_12   GPIO_PIN(0,  6) | 
|   | Pin Definition for Blue LED. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_13   GPIO_PIN(0, 30) | 
|   | Pin Definition for Green LED. 
  | 
|   | 
| 
#define  | ARDUINO_PIN_LAST   13 | 
|   | Last Arduino Pin. 
  | 
|   |