Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
48:bab9f747d9ed
Parent:
47:a68747642a7a
Child:
55:79ab0bbc5008
--- a/xDotBridge/manualTest/testLRRPins/testLRRPins.cpp	Fri Feb 10 07:41:16 2017 -0700
+++ b/xDotBridge/manualTest/testLRRPins/testLRRPins.cpp	Mon Feb 13 17:10:59 2017 -0700
@@ -1,12 +1,8 @@
 #include "mbed.h"
 #include <string>
-
-const uint8_t TIMEOUT = 120; // In seconds
+#include "..\..\config.h"
 
-/**
- * FIXME - This needs a lot of help
- */
-
+#ifdef __TEST_LRR__
 DigitalOut gpio0(GPIO0);
 DigitalOut gpio1(GPIO1);
 DigitalOut gpio2(GPIO2);
@@ -97,7 +93,6 @@
 /**
  * Checks that in idle state all the IOs are pulled up.
  */
-//void menu_loop () {
 int main ()
 {
     pc.baud(115200);
@@ -145,3 +140,4 @@
     }
     return 0;
 }
+#endif