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

Committer:
hux
Date:
Sat Oct 21 19:56:15 2017 +0000
Revision:
13:0563f1aa6a75
Parent:
12:0d0ca44397dd
Switch LED via BLE GATT

Who changed what in which revision?

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