Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
24:0f08f68579bd
Parent:
23:677689000369
Child:
25:231d3f382583
--- a/bricks.h	Fri Jan 06 15:28:18 2017 +0000
+++ b/bricks.h	Fri Jan 06 20:49:58 2017 +0000
@@ -4,14 +4,19 @@
 #ifndef _BRICKS_H_
 #define _BRICKS_H_
 
+#include <mbed.h>
+#include "ble/BLE.h"
+
 #include "bricks/trace.h"
 #include "bricks/blink.h"
 #include "bricks/blob.h"
 #include "bricks/types.h"
 #include "bricks/collection.h"
+#include "bricks/service.h"
 #include "bricks/characteristic.h"
-#include "bricks/service.h"
 #include "bricks/get.h"
+#include "bricks/print.h"
 #include "bricks/set.h"
+#include "bricks/updated.h"
 
 #endif // _BRICKS_H_
\ No newline at end of file