Steven Kramer / Mbed 2 deprecated mDot_LoRa_Sensornode_SRK

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Sensornode by Adrian Mitevski

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?

UserRevisionLine numberNew 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 }