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.
 Include dependency graph for arduino_board_pwm.h:
 This graph shows which files directly or indirectly include this file: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.  More... | |
      
  | 
  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 59 of file arduino_board_pwm.h.