recnplay2
2.1.0.0
|
Rec N Play 2 Click Example. More...
Macros | |
#define | RECORDING_LEN 5000 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Rec N Play 2 Click Example.
This example demonstrates the use of Rec N Play 2 Click board by recording and then playing recorded sound.
The demo application is composed of two sections :
Initializes the driver, performs the click default configuration.
Recording sound for 5 seconds, then playing it back.
#define RECORDING_LEN 5000 |
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 | ) |