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: FXLS8471Q MPL3115A2 MQTT mbed
Fork of 2lemetry_Sensor_Example by
Revision 5:697999b227b0, committed 2015-03-23
- Comitter:
- Vanger
- Date:
- Mon Mar 23 18:22:54 2015 +0000
- Parent:
- 4:664087f3a103
- Child:
- 6:569f6ef58f0f
- Commit message:
- Removed configureSignals() call, as it is unused at this time.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Mar 23 18:16:30 2015 +0000 +++ b/main.cpp Mon Mar 23 18:22:54 2015 +0000 @@ -60,7 +60,6 @@ return 1; } - radio->configureSignals(D4,D7,RESET); Transport::setTransport(radio); while (radio->setApn(_APN) != MTS_SUCCESS) {