BLE Nano LED control

Dependencies:   BLE_API mbed nRF51822

Committer:
hiro99ma
Date:
Sat Dec 24 14:50:03 2016 +0000
Revision:
0:355d86799c43
Child:
2:f4709d271f13
first commit

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__
hiro99ma 0:355d86799c43 8