Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-mbed5 ISL29011
Diff: examples/example_config.h
- 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)