BLE Nano LED control

Dependencies:   BLE_API mbed nRF51822

Committer:
hiro99ma
Date:
Sat Dec 24 15:18:47 2016 +0000
Revision:
2:f4709d271f13
Parent:
0:355d86799c43
delete File Header

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hiro99ma 0:355d86799c43 1 #ifndef LED_H__
hiro99ma 0:355d86799c43 2 #define LED_H__
hiro99ma 0:355d86799c43 3
hiro99ma 0:355d86799c43 4 void LedOn();
hiro99ma 0:355d86799c43 5 void LedOff();
hiro99ma 0:355d86799c43 6
hiro99ma 0:355d86799c43 7 #endif //LED_H__