
test firmware for BLE Micro V1.3 1. test io, vcc and ble 2. act as a UART to BLE bridge
Dependencies: BLE_API Buffer mbed
Fork of BLE_LEDBlinker by
Revision 6:1730f66fb14d, committed 2015-06-29
- Comitter:
- rgrover1
- Date:
- Mon Jun 29 06:23:09 2015 +0000
- Parent:
- 5:3bbad34d1a85
- Child:
- 7:61e2224ec9a0
- Commit message:
- minor diffs.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Jun 20 23:36:10 2015 +0000 +++ b/main.cpp Mon Jun 29 06:23:09 2015 +0000 @@ -15,13 +15,13 @@ */ #include "mbed.h" -#include "BLE.h" -#include "DiscoveredCharacteristic.h" -#include "DiscoveredService.h" +#include "ble/BLE.h" +#include "ble/DiscoveredCharacteristic.h" +#include "ble/DiscoveredService.h" -BLE ble; +BLE ble; + DigitalOut alivenessLED(LED1, 1); - bool triggerLedCharacteristic = false; DiscoveredCharacteristic ledCharacteristic;