revised code

Dependencies:   mbed

Revision:
1:9fa7cc80f1a7
Parent:
0:4fb921928934
Child:
2:64a34ae90bb1
--- a/frequency_detector.cpp	Fri Oct 04 21:09:15 2019 +0000
+++ b/frequency_detector.cpp	Fri Oct 04 22:03:30 2019 +0000
@@ -50,6 +50,8 @@
 extern UCHAR current_bool_value =1; // trigger for zero detection within the code
 extern UCHAR last_bool_value = 1; // trigger for zero detection within the code
 
+uint16_t freq_value = 0;
+
     
 #ifdef __cplusplus
 }