TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Fri Jan 06 20:49:58 2017 +0000
Revision:
24:0f08f68579bd
Parent:
23:677689000369
Child:
25:231d3f382583
Version 1.0 - now satisfying behavior. No known bugs!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 22:d467526abc4a 1 // bricks.h - single header for inclusion of BLE stuff
hux 22:d467526abc4a 2 // and most common brick headers
hux 22:d467526abc4a 3
hux 22:d467526abc4a 4 #ifndef _BRICKS_H_
hux 22:d467526abc4a 5 #define _BRICKS_H_
hux 22:d467526abc4a 6
hux 24:0f08f68579bd 7 #include <mbed.h>
hux 24:0f08f68579bd 8 #include "ble/BLE.h"
hux 24:0f08f68579bd 9
hux 23:677689000369 10 #include "bricks/trace.h"
hux 23:677689000369 11 #include "bricks/blink.h"
hux 22:d467526abc4a 12 #include "bricks/blob.h"
hux 23:677689000369 13 #include "bricks/types.h"
hux 23:677689000369 14 #include "bricks/collection.h"
hux 24:0f08f68579bd 15 #include "bricks/service.h"
hux 23:677689000369 16 #include "bricks/characteristic.h"
hux 23:677689000369 17 #include "bricks/get.h"
hux 24:0f08f68579bd 18 #include "bricks/print.h"
hux 23:677689000369 19 #include "bricks/set.h"
hux 24:0f08f68579bd 20 #include "bricks/updated.h"
hux 22:d467526abc4a 21
hux 22:d467526abc4a 22 #endif // _BRICKS_H_