Updates for current Arduino IDE

Fixes bugs with AVR PROGMEM changes, introduced when Arduino IDE went to
1.6.x.  See details at:
https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes
This commit is contained in:
Jeff-Haas
2017-04-13 23:21:34 -07:00
parent 181ae1de8f
commit 53fa214547
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ void loop()
Plays an animation in the "background".
Don't call Tlc.update() while this is running.
You can check if this is done with !tlc_onUpdateFinished */
tlc_playAnimation(ani_arduino, ANI_ARDUINO_FRAMES, 3);
tlc_playAnimation(ani_arduino, ANI_ARDUINO_FRAMES, 3); // Default is 3
// If you don't want to do anything until it's finished, use: