IoT - Kubus / Mbed 2 deprecated Kubus

Dependencies:   mbed nRF24L01P

Revision:
4:aa25f65395e3
Parent:
2:6541a391bdbd
Child:
5:fbd5b1e953e6
--- a/common.h	Thu Jan 05 10:39:36 2017 +0000
+++ b/common.h	Thu Jan 05 10:47:42 2017 +0000
@@ -14,10 +14,10 @@
 const unsigned long long SOUND_SENSOR_ADDRESS = 0xABCDEF03;
 
 enum SENSOR_TYPE {
-    PIR1,
-    PIR2,
-    DISTANCE,
-    SOUND,
+    PIR1 = 1,
+    PIR2 = 2,
+    DISTANCE = 3,
+    SOUND = 4,
 };
 
 struct Data {