stereoamp 2.0.0.0
|
StereoAmp Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
StereoAmp Click example.
This is an example which demonstrates the use of StereoAmp Click board - stereo amplifier and is ideal for battery operated devices or as a lab amplifier.
The demo application is composed of two sections :
Application Init performs Logger and Click initialization.
This examples first set volume level 20 of 31 ( gain: 1,5 dB ) for 10 seconds. After that, we increase the volume to level 10 ( gain: -13,5 dB ) for the next 10 seconds. Results are being sent to the UART Terminal where you can track their changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |