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:
7:724cb82a113e
Parent:
5:97ed5f2f099e
Child:
8:e667f4a507b1
--- a/examples/inc/dot_util.h	Fri Oct 07 10:39:29 2016 -0500
+++ b/examples/inc/dot_util.h	Fri Oct 07 12:45:23 2016 -0500
@@ -24,6 +24,12 @@
 
 void sleep_wake_rtc_or_interrupt(bool deepsleep);
 
+void sleep_save_io();
+
+void sleep_configure_io();
+
+void sleep_restore_io();
+
 void send_data(std::vector<uint8_t> data);
 
 #endif