1
6
7
8
9
10
11
12
13
14
15
20
21
22
27
28
29
30
31
/* ... */
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define EXAMPLE_BUFF_SIZE 2048
/* ... */
void i2s_example_pdm_tx_task(void *args);
/* ... */
void i2s_example_pdm_rx_task(void *args);
#ifdef __cplusplus
}{...}
#endif