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@3:ef29fec664d0, 2016-08-14 (annotated)
- Committer:
- mitea1
- Date:
- Sun Aug 14 11:33:36 2016 +0000
- Revision:
- 3:ef29fec664d0
- Parent:
- 1:fe242f3e341b
- Child:
- 5:cbf3fce508e1
adapting mbed-rtos and mbed library for bugfixing. thanks to skramer for the bug info
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mitea1 | 0:f2815503561f | 1 | #include "Application.h" |
mitea1 | 0:f2815503561f | 2 | #include "ApplicationConfig.h" |
mitea1 | 0:f2815503561f | 3 | #include "UARTTunnel.h" |
mitea1 | 0:f2815503561f | 4 | |
mitea1 | 0:f2815503561f | 5 | int main() { |
mitea1 | 0:f2815503561f | 6 | |
mitea1 | 0:f2815503561f | 7 | Application application; |
mitea1 | 3:ef29fec664d0 | 8 | application.init(APPLICATION_MODE_3); |
mitea1 | 0:f2815503561f | 9 | |
mitea1 | 0:f2815503561f | 10 | while (true) { |
mitea1 | 1:fe242f3e341b | 11 | //sleep(); |
mitea1 | 0:f2815503561f | 12 | } |
mitea1 | 0:f2815503561f | 13 | |
mitea1 | 0:f2815503561f | 14 | return 0; |
mitea1 | 0:f2815503561f | 15 | } |