I setup Arduino for esp8266 board from https://github.com/esp8266/ from boards manager . and I connect my led panel directly to arduino (not use esp8266). Bu however ticker.h not found. When I compile banana code I get error.
`Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
arduino_rgb_ballgame:5:10: error: Ticker.h: No such file or directory
#include <Ticker.h>
compilation terminated.
exit status 1
Ticker.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
`
but the other hand , pixeltime_AVR example work for me (it says t me, my wiring , setup is correct)
Why dont work banana example?
I setup Arduino for esp8266 board from https://github.com/esp8266/ from boards manager . and I connect my led panel directly to arduino (not use esp8266). Bu however ticker.h not found. When I compile banana code I get error.
`Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
arduino_rgb_ballgame:5:10: error: Ticker.h: No such file or directory
#include <Ticker.h>
compilation terminated.
exit status 1
Ticker.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
`
but the other hand , pixeltime_AVR example work for me (it says t me, my wiring , setup is correct)
Why dont work banana example?