microwave 2.0.0.0
|
Microwave Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Microwave Click example.
This is an example which demonstrates the use of Microwave Click board. Microwave click reads ADC results, takes exact amount of samples, calculation of difference between taken samples and reference ADC value, and reports movement if difference is greater/lower than selected threshold value.
The demo application is composed of two sections :
Initializes the ADC and uart console where the results will be displayed. Also calculates the reference ADC value for Microwave Click board.
Reads the AD converted results and compares this results with the previously calculated reference value, taking into account the choosen threshold value which controls the sensor sensitivity. All data is being displayed on the USB UART where you can track their changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |