DaAwesomeP/dmxusb

The FastLED example does not work

TheGreyDiamond opened this issue · 3 comments

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?

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

Yup, that's it! You need elapsedMillis. Thanks @clementGdev .

I have released v0.0.4 which adds that the dependency is required for non-Teensy boards (see commit 3030489).