vumeter 2.0.0.0
|
VUMeter Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
VUMeter Click example.
This example demonstrates the use of VU Meter click board.
The demo application is composed of two sections :
Initializes the driver and sets the gain level (the microphone sensitivity) to maximum.
Calculates VU level from the analog voltage read from AN pin, and displays the results on the USB UART approximately every 100ms.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |