Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed VAN
Fork of BLE_iBeacon_POC by
Diff: main.cpp
- Revision:
- 18:e49bb8b059bf
- Parent:
- 17:e7748951593e
- Child:
- 19:869d8c7306b4
--- a/main.cpp Thu May 22 17:10:08 2014 +0100 +++ b/main.cpp Thu May 22 17:10:38 2014 +0100 @@ -93,11 +93,6 @@ flipper.attach(&tickerCallback, 1.0); } -/**************************************************************************/ -/*! - @brief Ticker callback to switch tickerLED state -*/ -/**************************************************************************/ void tickerCallback(void) { tickerLED = !tickerLED;