22#define CURRENT_CLASS NoBoard
24#define HAS_FLASH_READ 0
25#define HAS_HARDWARE_PWM 0
27#define HAS_INPUT_CAPTURE 0
30#define PWM_PIN Board::NO_PIN
35 void timerEnableIntr() {
38 void timerDisableIntr() {
41 void timerEnablePwm() {
44 void timerDisablePwm() {
47 void timerConfigHz(
frequency_t hz __attribute__ ((unused)),
dutycycle_t dutyCycle __attribute__ ((unused))) {
50 void timerConfigNormal() {
int8_t dutycycle_t
Type for duty cycle in percent.
uint32_t frequency_t
Type for modulation frequency in Hz.
This class serves as an HAL (Hardware Abstraction Layer).