Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
22:d467526abc4a
Child:
23:677689000369
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bricks.h	Sun Dec 18 05:33:58 2016 +0000
@@ -0,0 +1,10 @@
+// bricks.h - single header for inclusion of BLE stuff
+// and most common brick headers
+
+#ifndef _BRICKS_H_
+#define _BRICKS_H_
+
+#include "bricks/blob.h"
+#include "bricks/blink.h"
+
+#endif // _BRICKS_H_
\ No newline at end of file