Using the mDot to receive data.

Dependencies:   libmDot-dev-mbed5-deprecated ISL29011

Fork of mdot-examples by 3mdeb

Revision:
1:2e97ad133e56
Parent:
0:f3d9c16b08d7
--- a/examples/example_config.h	Thu Jun 29 19:54:41 2017 +0200
+++ b/examples/example_config.h	Thu Oct 12 16:59:33 2017 +0000
@@ -1,15 +1,13 @@
 #ifndef __EXAMPLE__CONFIG_H__
 #define __EXAMPLE__CONFIG_H__
 
-#define OTA_EXAMPLE              1  // see ota_example.cpp
-#define AUTO_OTA_EXAMPLE         2  // see auto_ota_example.cpp
-#define MANUAL_EXAMPLE           3  // see manual_example.cpp
+
 #define PEER_TO_PEER_EXAMPLE     4  // see peer_to_peer_example.cpp
-#define CLASS_C_EXAMPLE          5  // see class_c_example.cpp
+
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)
-#define ACTIVE_EXAMPLE  MANUAL_EXAMPLE
+#define ACTIVE_EXAMPLE  PEER_TO_PEER_EXAMPLE
 #endif
 
 // the active channel plan is the one that will be compiled