TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sun Dec 18 05:33:58 2016 +0000
Revision:
22:d467526abc4a
Child:
23:677689000369
some new stuff added - works now

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 22:d467526abc4a 7 #include "bricks/blob.h"
hux 22:d467526abc4a 8 #include "bricks/blink.h"
hux 22:d467526abc4a 9
hux 22:d467526abc4a 10 #endif // _BRICKS_H_