Configuration of the Arduino API for Waspmote Pro board. More...
Configuration of the Arduino API for Waspmote Pro board.
Definition in file arduino_board.h.
Go to the source code of this file.
#define | ARDUINO_LED (13) |
The on-board LED is connected to pin 13 on this board. More... | |
#define | ARDUINO_PWM_FREQU (490U) |
PWM frequency. | |
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... | |
static const arduino_pwm_t | arduino_pwm_list [] |
List of PWM GPIO mappings. More... | |
#define ARDUINO_LED (13) |
The on-board LED is connected to pin 13 on this board.
The waspmote-pro board has 2 programmable LEDs: green connected to pin 13 (aka LED1), and red connected to pin 12 (aka LED0).
Definition at line 35 of file arduino_board.h.
|
static |
Look-up table for the Arduino's analog pins.
Definition at line 99 of file arduino_board.h.
|
static |