Tas Lab
/
BLE_LightingSwitch
Release for tas lab
Fork of BLE_RCBController by
Diff: main.cpp
- Revision:
- 2:dd85fdc18224
- Parent:
- 1:48f6e08a3ac2
- Child:
- 3:6a9f4ea2e7c6
--- a/main.cpp Wed Aug 20 13:24:20 2014 +0000 +++ b/main.cpp Wed Aug 20 13:30:11 2014 +0000 @@ -70,7 +70,7 @@ pc.printf("Start\n\r"); #endif - ble.init(); + ble.init(); ble.onConnection(onConnected); ble.onDisconnection(onDisconnected); ble.onDataWritten(onDataWritten);