noise 2.0.0.0
|
Noise click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Noise click example.
This example performs an ambient noise monitoring using the Noise click board.
The demo application is composed of two sections :
Device initialization.
Reads the voltage from AN pin which presents the noise level and displays it on the USB UART every 5ms. If the noise is above predefined threshold (25 percents of max noise, i.e. about 0.4V) an alarm message is being shown.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |