TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

bricks.h

Committer:
hux
Date:
2017-01-06
Revision:
23:677689000369
Parent:
22:d467526abc4a
Child:
24:0f08f68579bd

File content as of revision 23:677689000369:

// bricks.h - single header for inclusion of BLE stuff
// and most common brick headers

#ifndef _BRICKS_H_
#define _BRICKS_H_

#include "bricks/trace.h"
#include "bricks/blink.h"
#include "bricks/blob.h"
#include "bricks/types.h"
#include "bricks/collection.h"
#include "bricks/characteristic.h"
#include "bricks/service.h"
#include "bricks/get.h"
#include "bricks/set.h"

#endif // _BRICKS_H_