BLE Nano LED control

Dependencies:   BLE_API mbed nRF51822

Led.h

Committer:
hiro99ma
Date:
2016-12-24
Revision:
2:f4709d271f13
Parent:
0:355d86799c43

File content as of revision 2:f4709d271f13:

#ifndef LED_H__
#define LED_H__

void LedOn();
void LedOff();

#endif  //LED_H__