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 21:36:47 2017 +0000
Revision:
25:231d3f382583
Parent:
24:0f08f68579bd
T07N_Easy_GATT, release 1.1 - all services & required callbacks for handling the services are moved to easy.cpp. Works well - no bug known!

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