Bluetooth Connected TOF Sensor

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:
25:231d3f382583
Parent:
24:0f08f68579bd

File content as of revision 25:231d3f382583:

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

#ifndef _BRICKS_H_
#define _BRICKS_H_

#include <mbed.h>
#include "ble/BLE.h"

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

#endif // _BRICKS_H_