microwave
2.0.0.0
|
Microwave Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | 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 than selected threshold value.
The demo application is composed of two sections :
Initializes the ADC and uart console where the results will be showed. 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.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |