Alexandre Lemay / Mbed 2 deprecated APP4_FunTimes

Dependencies:   mbed mbed-rtos

Revision:
8:7c56fb1ed8c0
Parent:
7:332766fb3114
--- a/defines.h	Tue Oct 24 07:04:28 2017 +0000
+++ b/defines.h	Wed Oct 25 04:17:42 2017 +0000
@@ -1,12 +1,23 @@
 #ifndef DEFINES_H
 #define DEFINES_H
 
+
+// Test for minimal period
+//#define TESTPERIOD
+
+#ifndef TESTPERIOD
+
 extern const int us_period ;
-extern const int us_timeout;
-
 extern const int us_timeout ;
 extern const int us_prepare ;
 
+#else
+extern int us_period ;
+#define us_timeout us_period*5/4
+#define us_prepare us_period*3/4
+
+#endif
+
 extern const unsigned char preamble_byte ;
 
 extern const unsigned char STARTBYTE ;