
BLE Nano LED control
Dependencies: BLE_API mbed nRF51822
Led.h
- Committer:
- hiro99ma
- Date:
- 2016-12-24
- Revision:
- 0:355d86799c43
- Child:
- 2:f4709d271f13
File content as of revision 0:355d86799c43:
#ifndef LED_H__ #define LED_H__ void LedOn(); void LedOff(); #endif //LED_H__