ARMmbed / ble-examples

BLE demos using mbed OS 3 and yotta.
Apache License 2.0
24 stars 27 forks source link

Adding blinking LEDs to config mode #72

Open scottjenson opened 8 years ago

scottjenson commented 8 years ago

This just cleans up the LED blinking code a bit, expanding the original blinky() function to a few more helper funcitons. This cleans up app_start a bit and sets us up to make the config.json file turn on/off the button and LED functions. This current version is very specific to the current Google MinewTech beacon. We need to move to more modular code to turn off big sections. Note there is no significant functional addition w/ this change, it is simply a code clean up

ciarmcom commented 8 years ago

Automatic CI verification build not done, please verify manually.

scottjenson commented 8 years ago

First pull request. Not clear what the process is. How would you like me to verify?