FreeRTOS First Example
Macros | Functions
BSP.h File Reference

Basic BSP enabling printf. More...

#include "em_device.h"
#include "em_chip.h"
#include "em_gpio.h"
#include "em_cmu.h"
#include "em_timer.h"
#include "em_adc.h"
#include "sleep.h"
Include dependency graph for BSP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Detailed Description

Basic BSP enabling printf.

Author
Màrius Montón mariu.nosp@m.s.mo.nosp@m.nton@.nosp@m.gmai.nosp@m.l.com
Version
V1.0
Date
05-July-2017
License:
This project is released under the GNU Public License.

Definition in file BSP.h.