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
app/main.cpp
- Committer:
- mitea1
- Date:
- 2016-07-06
- Revision:
- 0:f2815503561f
- Child:
- 1:fe242f3e341b
File content as of revision 0:f2815503561f:
#include "Application.h" #include "ApplicationConfig.h" #include "UARTTunnel.h" int main() { Application application; application.init(ORIENTATATION_MEASUREMENT); while (true) { sleep(); } return 0; }