common/arduino-atmega/include/arduino_board.h

Configuration of the Arduino API for Arduino Atmega boards.

ARDUINO_LED

The on-board LED is connected to pin 13 on this board.

1
(13)
const gpio.h::gpio_t arduino_pinmap()

Look-up table for the Arduino’s digital pins.

const adc.h::adc_t arduino_analog_map()

Look-up table for the Arduino’s analog pins.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
= {
    ARDUINO_A0,
    ARDUINO_A1,
    ARDUINO_A2,
    ARDUINO_A3,
    ARDUINO_A4,
    ARDUINO_A5,
    ARDUINO_A6,
    ARDUINO_A7,










}