speaker 2.0.0.0
|
Speaker Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Speaker Click Example.
This library contains API for the Speaker click driver. This application controls the operating modes of the Speaker click boardâ„¢.
The demo application is composed of two sections :
Initialization of GPIO module and log UART. After driver initialization, the application performs the default settings.
This is an example that shows the use of a Speaker click boardâ„¢. The task of the application consists of switching two modes of operation: normal and shutdown modes. Results are being sent to the Usart 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 | ) |