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:
62:9751a8504c82
Parent:
59:485545afc4dc
Child:
98:3609f600c2f5
diff -r 8d9efd33cac9 -r 9751a8504c82 xDotBridge/inc/BaseboardIO.h
--- a/xDotBridge/inc/BaseboardIO.h	Thu Mar 09 16:47:42 2017 -0700
+++ b/xDotBridge/inc/BaseboardIO.h	Tue Mar 14 08:32:55 2017 -0600
@@ -9,7 +9,7 @@
 #ifndef BASEBOARDIO_H_
 #define BASEBOARDIO_H_
 
-const uint16_t BASEBOARDIO_NVM_START_ADDR = 0x1000;
+const uint16_t BASEBOARDIO_NVM_START_ADDR = 0x1100;
 const uint16_t BASEBOARDIO_NVM_SIZE = 32; // Bytes
 const uint16_t BASEBOARDIO_FLAG = 0x5A00;
 const uint16_t BASEBOARDIO_REV = 0x0000;