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 nRF51822 paw8001motion25_nrf51_mbed_keil
Fork of BLE_HeartRate by
Diff: main.cpp
- Revision:
- 50:f7808934677c
- Parent:
- 47:430545f41113
- Child:
- 51:464a019d3191
--- a/main.cpp Wed Nov 05 14:15:20 2014 +0000 +++ b/main.cpp Wed Nov 12 08:39:52 2014 +0000 @@ -45,6 +45,7 @@ int main(void) { + I2C i2c(I2C_SDA0, I2C_SCL0); led1 = 1; Ticker ticker; ticker.attach(periodicCallback, 1);