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
examples/example_config.h
- Committer:
 - mfiore
 - Date:
 - 2016-10-05
 - Revision:
 - 0:a151a6350d7f
 - Child:
 - 21:09d05faf0e13
 
File content as of revision 0:a151a6350d7f:
#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
#define ACTIVE_EXAMPLE  OTA_EXAMPLE
#endif