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:
- 0:f2815503561f
- Child:
- 1:fe242f3e341b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/main.cpp Wed Jul 06 20:40:36 2016 +0000 @@ -0,0 +1,15 @@ +#include "Application.h" +#include "ApplicationConfig.h" +#include "UARTTunnel.h" + +int main() { + + Application application; + application.init(ORIENTATATION_MEASUREMENT); + + while (true) { + sleep(); + } + + return 0; +}