ME910 support
Dependents: 5_Dragonfly_Cayenne_Sprint_IKS01A1
Fork of Cayenne-MQTT-mbed-MTSAS by
Diff: src/CayenneUtils/CayenneDefines.h
- Revision:
- 8:aec9cfdd4c8e
- Parent:
- 0:09ef59d2d0f7
- Child:
- 20:996a5c660063
diff -r e3b2a154ab7a -r aec9cfdd4c8e src/CayenneUtils/CayenneDefines.h --- a/src/CayenneUtils/CayenneDefines.h Tue Oct 25 16:23:07 2016 -0600 +++ b/src/CayenneUtils/CayenneDefines.h Wed Oct 26 16:33:46 2016 -0600 @@ -37,13 +37,13 @@ //Comment this out to prevent digital and analog specific code from being compiled. If you only need to send //and receive standard channel data you can comment this out to decrease the program size. -#define DIGITAL_AND_ANALOG_SUPPORT +//#define DIGITAL_AND_ANALOG_SUPPORT //Comment this out if you don't need to subscribe to data or system info payloads. //#define PARSE_INFO_PAYLOADS //Some defines for AVR microcontrollers to allow easier usage of memory in program space. -#if defined(__AVR__) +#if defined(__AVR__) || defined(ARDUINO_ARCH_SAM) #include <avr/pgmspace.h> #define CAYENNE_USING_PROGMEM #define CAYENNE_PROGMEM PROGMEM