Dependents:   Oregon_Decoder_V2_V3

Oregon decoding Library.

It manages protocoles V2.1 and V3.

To be used with RTOS OS2 or MBED V5

Revision:
4:2116aa7985d1
Parent:
3:04c74f871dcd
Child:
9:ac5060331882
--- a/Regul.h	Sat Dec 28 18:37:20 2019 +0000
+++ b/Regul.h	Fri Jan 03 19:27:22 2020 +0000
@@ -1,6 +1,6 @@
 extern Serial pc;
 
-#define __DEBUG__
+//#define __DEBUG__
 #define O_Level 1
 #define O_DBG(x, ...) if (O_Level>=3) pc.printf("[DBG]"x"\r\n", ##__VA_ARGS__); 
 #define O_WARN(x, ...) if (O_Level>=2) pc.printf("[WARN]"x"\r\n", ##__VA_ARGS__);