Firmware for the mbed in the BlueSync Sensor platform. Intended to communicate with a BlueGiga BLE112 Bluetooth LE module over UART.

Dependencies:   TimerCapture mbed

Revision:
5:fd4773c12f93
Parent:
2:ac474fccf29b
--- a/bluesync_types.h	Sat May 30 05:27:26 2015 +0000
+++ b/bluesync_types.h	Thu Jun 11 20:06:51 2015 +0000
@@ -11,6 +11,7 @@
     MASTER_MODE = 0x03,
     GET_STATE = 0x04,
     SET_TIMESTAMP = 0x05,
-    OFFSET_RECV = 0x06
+    OFFSET_RECV = 0x06,
+    SET_SENSOR_TIME = 0x07
 };
 }
\ No newline at end of file