evc 2.0.0.0
|
EVC Click example. More...
Functions | |
uint8_t | get_current_channel (uint8_t ch) |
void | play (evc_t *ctx) |
void | mute (evc_t *ctx) |
void | test_change (evc_t *ctx) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EVC Click example.
This application allows manipulation of 6 channel volume control
The demo application is composed of two sections :
Initialization driver init, default configuration and sets first volume.
emulates user input and exectuyrd functions based on set of valid commands.
note: Additional Functions :
void test_change ( ) - Emulates user input to change parameters. void mute( ) - Mute nad void play ( ) - Start new settings of the cahnnel uint8_t get_current_channel ( ) - Return current channel.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
uint8_t get_current_channel | ( | uint8_t | ch | ) |
int main | ( | void | ) |
void mute | ( | evc_t * | ctx | ) |
void play | ( | evc_t * | ctx | ) |
void test_change | ( | evc_t * | ctx | ) |