Mapping of Arduino digital pin numbers to PWM settings. More...
Mapping of Arduino digital pin numbers to PWM settings.
Definition in file arduino_board_pwm.h.
Go to the source code of this file.
#define | ARDUINO_PWM_FREQU /* implementation defined */ |
PWM frequency. | |
static const arduino_pwm_t | arduino_pwm_list [] |
List of PWM GPIO mappings. | |
#define ARDUINO_PWM_FREQU /* implementation defined */ |
PWM frequency.
Definition at line 37 of file arduino_board_pwm.h.
|
static |
List of PWM GPIO mappings.
Generate using
We assume D0..D31 are the only candidates for PWM pins as a wild guess. Once this no longer holds, the list needs to be extended.
Definition at line 60 of file arduino_board_pwm.h.