Hugo Pristauz / Mbed 2 deprecated S16_Blue_ToF

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers o.h Source File

o.h

00001 // o.h - dealing with THE object 'O'
00002 #ifndef _O_H_
00003 #define _O_H_
00004    
00005 #define O     Blob
00006 
00007 #include "bricks/blob.h"
00008    
00009 #endif // _O_H_