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 15:28:18 2017 +0000
Revision:
23:677689000369
Parent:
22:d467526abc4a
Child:
24:0f08f68579bd
Already nice & easy level. Still 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 23:677689000369 7 #include "bricks/trace.h"
hux 23:677689000369 8 #include "bricks/blink.h"
hux 22:d467526abc4a 9 #include "bricks/blob.h"
hux 23:677689000369 10 #include "bricks/types.h"
hux 23:677689000369 11 #include "bricks/collection.h"
hux 23:677689000369 12 #include "bricks/characteristic.h"
hux 23:677689000369 13 #include "bricks/service.h"
hux 23:677689000369 14 #include "bricks/get.h"
hux 23:677689000369 15 #include "bricks/set.h"
hux 22:d467526abc4a 16
hux 22:d467526abc4a 17 #endif // _BRICKS_H_