Frederick Huang / Mbed OS LD100-Examples-201907

Dependencies:   libmDot-mbed5 ISL29011

Revision:
39:938caa5fdcf1
Parent:
35:cb358e793d1a
Child:
41:06fa773aaf8f
--- a/examples/example_config.h	Thu May 02 20:47:12 2019 +0000
+++ b/examples/example_config.h	Mon Jul 08 06:50:53 2019 +0000
@@ -8,10 +8,11 @@
 #define CLASS_C_EXAMPLE          5  // see class_c_example.cpp
 #define CLASS_B_EXAMPLE          6  // see class_b_example.cpp
 #define FOTA_EXAMPLE             7  // see fota_example.cpp
+#define LD100_EXAMPLE            100 // see LD100_example.cpp
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)
-#define ACTIVE_EXAMPLE  OTA_EXAMPLE
+#define ACTIVE_EXAMPLE  LD100_EXAMPLE
 #endif
 
 // the active channel plan is the one that will be compiled