Small Demo demonstrating BLE Advertising

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sat May 19 15:53:19 2018 +0000
Revision:
29:8eb46b976f0f
Parent:
28:114eaad388c1
Published

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 28:114eaad388c1 1 // o.h - dealing with THE object 'O'
hux 28:114eaad388c1 2 #ifndef _O_H_
hux 28:114eaad388c1 3 #define _O_H_
hux 28:114eaad388c1 4
hux 28:114eaad388c1 5 #define O Blob
hux 28:114eaad388c1 6
hux 28:114eaad388c1 7 #include "bricks/blob.h"
hux 28:114eaad388c1 8
hux 28:114eaad388c1 9 #endif // _O_H_