dragino / modules

Software/Hardware relates to Arduino modules, nodes, accessories.
41 stars 75 forks source link

Draguino shield + Mega not compatible with Temboo #2

Closed luzine closed 9 years ago

luzine commented 9 years ago

A Arduino Mega with a Draguino Yun shield does not allow to compile sketch using Temboo choreo class. Anyone got it to work?

dragino commented 9 years ago

Same issue happen while use MEGA2560, this is the compaible issue on Temboo. please post the issue on Temboo support . Thank You.

MisterCyp commented 9 years ago

Replace in Temboo.h and Temboo.cpp the line : #if defined (ARDUINO_AVR_YUN) || defined (ARDUINO_AVR_TRE) by: `#if defined (ARDUINO_AVR_YUN) || defined (ARDUINO_AVR_TRE) || defined (ARDUINO_AVR_MEGA2560)

It works !!