Senet fork

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

examples/example_config.h

Committer:
shaunkrnelson
Date:
2016-11-30
Revision:
20:4209abb938c0
Parent:
17:50b6694ba62f

File content as of revision 20:4209abb938c0:

#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  AUTO_OTA_EXAMPLE

#endif