amfm2 2.1.0.0
|
AM/FM 2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
AM/FM 2 Click example.
This example demonstrates the use of the AM/FM 2 Click boardâ„¢. The app represents a radio tuner that supports worldwide AM/FM bands and has features such as automatic frequency control, seek station, and volume control.
The demo application is composed of two sections :
The initialization of I2C module and log UART. After driver initialization, the app sets the default configuration and searches and memorizes for a valid frequency of the 5 radio stations.
This example demonstrates the use of the AM/FM 2 Click boardâ„¢. The application switches all 5 previously memorized radio frequencies every 10 seconds. Results are being sent to the UART Terminal, where you can track their changes.
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 | ) |