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:
- 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