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: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
Diff: app/main.cpp
- Revision:
- 1:fe242f3e341b
- Parent:
- 0:f2815503561f
- Child:
- 3:ef29fec664d0
--- a/app/main.cpp Wed Jul 06 20:40:36 2016 +0000 +++ b/app/main.cpp Fri Aug 12 11:19:14 2016 +0000 @@ -5,10 +5,10 @@ int main() { Application application; - application.init(ORIENTATATION_MEASUREMENT); + application.init(APPLICATION_MODE_9); while (true) { - sleep(); + //sleep(); } return 0;