Senet fork

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers example_config.h Source File

example_config.h

00001 #ifndef __EXAMPLE__CONFIG_H__
00002 #define __EXAMPLE__CONFIG_H__
00003 
00004 #define OTA_EXAMPLE              1  // see ota_example.cpp
00005 #define AUTO_OTA_EXAMPLE         2  // see auto_ota_example.cpp
00006 #define MANUAL_EXAMPLE           3  // see manual_example.cpp
00007 #define PEER_TO_PEER_EXAMPLE     4  // see peer_to_peer_example.cpp
00008 #define CLASS_C_EXAMPLE          5  // see class_c_example.cpp
00009 
00010 // the active example is the one that will be compiled
00011 #define ACTIVE_EXAMPLE  AUTO_OTA_EXAMPLE
00012 
00013 #endif