TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
26:fd06c8b57d16
Parent:
25:231d3f382583
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bricks/bricks.h	Sat Jan 07 15:38:15 2017 +0000
@@ -0,0 +1,24 @@
+// bricks.h - single header for inclusion of BLE stuff
+// and most common brick headers
+
+#ifndef _BRICKS_H_
+#define _BRICKS_H_
+
+#include <mbed.h>
+#include "ble/BLE.h"
+
+#include "bricks/blink.h"
+#include "bricks/blob.h"
+#include "bricks/characteristic.h"
+#include "bricks/collection.h"
+#include "bricks/enroll.h"
+#include "bricks/get.h"
+#include "bricks/peripheral.h"
+#include "bricks/print.h"
+#include "bricks/service.h"
+#include "bricks/set.h"
+#include "bricks/trace.h"
+#include "bricks/types.h"
+#include "bricks/updated.h"
+
+#endif // _BRICKS_H_
\ No newline at end of file