14 lines
179 B
C
14 lines
179 B
C
|
#ifndef NOISE_TRACKER_CALLBACK_H
|
||
|
#define NOISE_TRACKER_CALLBACK_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void nt_demo_words_cb(float power);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|