dtmfdecoder 2.0.0.0
|
DTMFDecoder Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
DTMFDecoder Click example.
This example shows the basic tone capture of DTMF frequencies, decoding and representing them on the UART LOG.
The demo application is composed of two sections :
Initializes I2C and UART LOG drivers and powers on the device.
Checks the delayed steering for incoming tones and decoding them on the UART LOG. Holding the same key will recognize multiple tone generation, the tone register delay constant can be set to adjust the tolerance.
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 | ) |