Steven Kramer / Mbed 2 deprecated mDot_LoRa_Sensornode_SRK

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Sensornode by Adrian Mitevski

Revision:
1:fe242f3e341b
Parent:
0:f2815503561f
Child:
3:ef29fec664d0
diff -r f2815503561f -r fe242f3e341b app/main.cpp
--- 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;