Board specific configuration for the Arduino API. More...
Board specific configuration for the Arduino API.
Definition in file arduino_board.h.
Go to the source code of this file.
#define | ARDUINO_PWM_FREQU (732U) |
PWM frequency. | |
static const gpio_t | arduino_pinmap [] |
Look-up table for the Arduino's digital pins. More... | |
static const adc_t | arduino_analog_map [] |
Look-up table for the Arduino's analog pins. More... | |
static const arduino_pwm_t | arduino_pwm_list [] |
List of PWM GPIO mappings. More... | |
|
static |
Look-up table for the Arduino's analog pins.
Definition at line 62 of file arduino_board.h.
|
static |
Look-up table for the Arduino's digital pins.
Definition at line 34 of file arduino_board.h.
|
static |
List of PWM GPIO mappings.
Definition at line 80 of file arduino_board.h.