A nice BLE demo program which allows remote switch of an LED via GATT interface.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_Button by Bluetooth Low Energy

bricks/o.h

Committer:
hux
Date:
2017-10-21
Revision:
12:0d0ca44397dd

File content as of revision 12:0d0ca44397dd:

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

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