audiomux 2.0.0.0
|
AudioMUX Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
uint8_t | init_check |
uint8_t | mess_cnt |
AudioMUX Click example.
The following demo shows basic click functionality: Initializes AudioMUX device to work with the desired configurations and shows a message on uart when playing is started.
The demo application is composed of two sections :
Initializes click and logger.
Every 4 seconds shows a message on uart until 5 messages has been shown or device stops playing.
note: Device initialization will be performed only once and after that AudioMUX will work with the same desired configurations.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
uint8_t init_check |
uint8_t mess_cnt |