Go to the documentation of this file.
   21 #ifndef ARDUINO_BOARD_H 
   22 #define ARDUINO_BOARD_H 
   75 #define ARDUINO_PWM_FREQU       (732U) 
   81     { .pin = 2, .dev = 
PWM_DEV(0), .chan = 0 },
 
   82     { .pin = 3, .dev = 
PWM_DEV(0), .chan = 1 },
 
  
 
unsigned int adc_t
Define default ADC type identifier.
static const adc_t arduino_analog_map[]
Look-up table for the Arduino's analog pins.
static const arduino_pwm_t arduino_pwm_list[]
List of PWM GPIO mappings.
#define PWM_DEV(x)
Default PWM access macro.
static const gpio_t arduino_pinmap[]
Look-up table for the Arduino's digital pins.
Mapping from MCU pins to Arduino pins.
Low-level PWM peripheral driver interface definitions.