FreeRTOS First Example
|
BSP library. More...
Macros | |
#define | PWM_FREQ 4000 |
Functions | |
void | BSP_Init (void) |
Init all BSP functions. | |
void | LedOn (void) |
Switch on LED. | |
void | LedOff (void) |
Switch off LED. | |
void | LedToggle (void) |
Switch off LED. | |
void | PWMConfig (void) |
PWM (Timer) init. | |
void | ADCConfig (void) |
ADC init. More... | |
BSP library.
Example code using BSP
#define PWM_FREQ 4000 |