Senet fork

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Committer:
shaunkrnelson
Date:
Wed Nov 30 17:15:37 2016 +0000
Revision:
20:4209abb938c0
Parent:
17:50b6694ba62f
Testing xDot is working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mfiore 0:a151a6350d7f 1 #ifndef __EXAMPLE__CONFIG_H__
mfiore 0:a151a6350d7f 2 #define __EXAMPLE__CONFIG_H__
mfiore 0:a151a6350d7f 3
mfiore 0:a151a6350d7f 4 #define OTA_EXAMPLE 1 // see ota_example.cpp
mfiore 0:a151a6350d7f 5 #define AUTO_OTA_EXAMPLE 2 // see auto_ota_example.cpp
mfiore 0:a151a6350d7f 6 #define MANUAL_EXAMPLE 3 // see manual_example.cpp
mfiore 0:a151a6350d7f 7 #define PEER_TO_PEER_EXAMPLE 4 // see peer_to_peer_example.cpp
mfiore 0:a151a6350d7f 8 #define CLASS_C_EXAMPLE 5 // see class_c_example.cpp
mfiore 0:a151a6350d7f 9
mfiore 0:a151a6350d7f 10 // the active example is the one that will be compiled
shaunkrnelson 17:50b6694ba62f 11 #define ACTIVE_EXAMPLE AUTO_OTA_EXAMPLE
mfiore 0:a151a6350d7f 12
mfiore 0:a151a6350d7f 13 #endif