![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
ReSpeaker DSP V02
Dependencies: mbed MbedJSONValue
Diff: main.cpp
- Revision:
- 6:e8b4ca41c691
- Parent:
- 5:ec6f2323a263
- Child:
- 7:25c81cb23e42
--- a/main.cpp Thu Jul 12 10:11:20 2018 +0000 +++ b/main.cpp Mon Aug 06 09:34:45 2018 +0000 @@ -58,7 +58,7 @@ #define DEBUG_MOD2 // json parse #define DEBUG_MOD3 // dsp handler #define DEBUG_MOD10 // responsivity msges to gui -//#define DEBUG_MOD11 // loop frequency indicator +#define DEBUG_MOD11 // loop frequency indicator // Sine generator #define PI_DOUBLE (3.141592653589793238462) #define PI_FLOAT (3.14159f) @@ -243,7 +243,7 @@ // intialize filter function pointer FilterFunction = passthrough;//highpass_filter; - operationMode = 1 ; + operationMode = 0 ; } // Serial Event function