#ifndef _INCLUDE_DTMF_H_
|
|
#define _INCLUDE_DTMF_H_
|
|
|
|
#include <stdbool.h>
|
|
|
|
int dtmf_rx(short *smp, int nr, void (*cb)(char *), bool *detected);
|
|
|
|
int dtmf_init(int rate);
|
|
|
|
#endif /* _INCLUDE_DTMF_H_ */
|