mic 2.0.0.0
|
Mic Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Mic Click example.
This example showcases the initialization and configuration of the click and logger modules and later on reads and displays data recorded by the mic.
The demo application is composed of two sections :
Initializes LOG communication, ADC and configures AN pin as input on MIKROBUS1.
Reads 12 bit ADC data from AN pin and displays it using the logger module.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |