75381150fd
Formatting Pass 1 Lots of fixups to adding stdint and stdbool all over the place Formatting Pass 2 Formatting Pass 3 Formatting Pass 4 Update app_bt_stream.cpp
13 lines
No EOL
270 B
C
13 lines
No EOL
270 B
C
#include "noise_tracker_callback.h"
|
|
#include "hal_trace.h"
|
|
|
|
/**
|
|
* @brief Trigger word callback from kws lib
|
|
*
|
|
* @param word Detected word
|
|
* @param score Score of word
|
|
*
|
|
*/
|
|
void nt_demo_words_cb(float power) {
|
|
TRACE(1, "active power %d", (int)(power));
|
|
} |