arduino_board.h File Reference

Board specific configuration for the Arduino API. More...

Detailed Description

Board specific configuration for the Arduino API.

Author
Kees Bakker kees@.nosp@m.ijze.nosp@m.rbout.nosp@m..nl

Definition in file arduino_board.h.

#include "periph/gpio.h"
#include "periph/adc.h"
+ Include dependency graph for arduino_board.h:

Go to the source code of this file.

#define ARDUINO_LED   (17)
 The green of the RGB led is used as "the builtin led".
 
#define ARDUINO_UART_DEV   UART_DEV(0)
 On-board serial port mapping.
 
static const gpio_t arduino_pinmap []
 Look-up table for the Arduino's digital pins.
 
static const adc_t arduino_analog_map []
 Look-up table for the Arduino's analog pins. More...
 

Variable Documentation

◆ arduino_analog_map

const adc_t arduino_analog_map[]
static
Initial value:
= {
}

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

Definition at line 130 of file arduino_board.h.

ADC_LINE
#define ADC_LINE(x)
Default ADC line access macro.
Definition: adc.h:86