
v2
Dependencies: BLE_API mbed DOOR
Fork of DOOR by
Revision 32:7b7093b653a8, committed 2014-06-10
- Comitter:
- Rohit Grover
- Date:
- Tue Jun 10 13:13:07 2014 +0100
- Parent:
- 31:93e50a3c3dc6
- Child:
- 33:005c45ac0e93
- Child:
- 37:205deeded79d
- Commit message:
- reverting to BLEDevice (from BLEPeripheral)
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 10 11:54:06 2014 +0100 +++ b/main.cpp Tue Jun 10 13:13:07 2014 +0100 @@ -15,9 +15,9 @@ */ #include "mbed.h" -#include "BLEPeripheral.h" +#include "BLEDevice.h" -BLEPeripheral ble; +BLEDevice ble; #define NEED_CONSOLE_OUTPUT 0 /* Set this if you need debug messages on the console; * it will have an impact on code-size and power consumption. */