headphoneamp 2.0.0.0
|
Headphone AMP Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Headphone AMP Click Example.
This library contains API for the Headphone AMP click driver. This demo application shows use of a Headphone AMP click boardâ„¢.
The demo application is composed of two sections :
Initialization of GPIO module and log UART. After driver initialization the app set default settings, performs power-up sequence, sets a the sound volume of -12 dB.
This is an example that shows the use of Headphone AMP click boardâ„¢. The app performs circles the volume from -12 dB to 3 dB back and forth, increase/decrement by 3dB. 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 | ) |