TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sat Jan 07 15:38:15 2017 +0000
Revision:
26:fd06c8b57d16
Parent:
bricks.h@25:231d3f382583
change of advertising service UUID in enrollment

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/blink.h"
hux 22:d467526abc4a 11 #include "bricks/blob.h"
hux 26:fd06c8b57d16 12 #include "bricks/characteristic.h"
hux 26:fd06c8b57d16 13 #include "bricks/collection.h"
hux 25:231d3f382583 14 #include "bricks/enroll.h"
hux 26:fd06c8b57d16 15 #include "bricks/get.h"
hux 26:fd06c8b57d16 16 #include "bricks/peripheral.h"
hux 26:fd06c8b57d16 17 #include "bricks/print.h"
hux 24:0f08f68579bd 18 #include "bricks/service.h"
hux 23:677689000369 19 #include "bricks/set.h"
hux 26:fd06c8b57d16 20 #include "bricks/trace.h"
hux 26:fd06c8b57d16 21 #include "bricks/types.h"
hux 24:0f08f68579bd 22 #include "bricks/updated.h"
hux 22:d467526abc4a 23
hux 22:d467526abc4a 24 #endif // _BRICKS_H_