nRF51822 serves as the bridge between BLE central and MCU, which makes cental able to fetch photos from serial camera.
Dependencies: BLE_API mbed nRF51822
Fork of nRF51822_blinky by
Diff: main.cpp
- Revision:
- 10:9e24f9f4ac47
- Parent:
- 7:053e387ebb6f
--- a/main.cpp Mon Jul 27 07:03:53 2015 +0000 +++ b/main.cpp Thu Jan 07 02:52:29 2016 +0000 @@ -2,7 +2,8 @@ DigitalOut myled(LED1); -int main() { +int main() +{ while(1) { myled = 1; wait(1);