The FastLED example does not work
TheGreyDiamond opened this issue · 3 comments
TheGreyDiamond commented
I'm trying to use this lib on an Arduino nano. But the FastLED example throws the following error: C:\Users\XXXXXX\Documents\Arduino\libraries\DMXUSB\src/DMXUSB.h:26:29: fatal error: elapsedMillis.h: No such file or directory
What am I doing wrong?
clementGdev commented
Hello @TheGreyDiamond ,
I encountered the same issue and the fix is quite simple :
you need to install the elapsedMillis library (Sketch > Tools > Include Library > Manage Libraries and search for elapsedMillis).
It worked for me, I hope it will help !
Clement
DaAwesomeP commented
Yup, that's it! You need elapsedMillis
. Thanks @clementGdev .
DaAwesomeP commented