fp

Dependencies:   libmDot-mbed5 ISL29011

Revision:
33:15ea8f985c54
Parent:
22:d9bc10bbc433
Child:
34:f6486829a451
--- a/examples/example_config.h	Thu Sep 13 15:32:55 2018 -0500
+++ b/examples/example_config.h	Wed Apr 24 12:50:08 2019 +0000
@@ -6,6 +6,7 @@
 #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
+#define CLASS_B_EXAMPLE          6  // see class_b_example.cpp
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)