Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

bricks/o.h

Committer:
hux
Date:
2017-02-02
Revision:
30:e324e95c68a9
Parent:
27:32267cee7cb8

File content as of revision 30:e324e95c68a9:

// o.h - dealing with THE object 'O'
#ifndef _O_H_
#define _O_H_
   
#define O     Blob

#include "bricks/blob.h"
   
#endif // _O_H_