sparkfun / SparkFunDMX

https://www.sparkfun.com/
Other
30 stars 6 forks source link

Wrong Enable Pin declared in library #8

Closed jonasprobst closed 8 months ago

jonasprobst commented 11 months ago

This has cost me soooooo much time :-S The actual pin used on the Sparkfun DMX Shield for DMX Enable via UART Port1 are:

//SparkFunDMX.cpp
...
int enablePin = 4;      // <--- not 21!!! 
int rxPin = 16;
int txPin = 17;
...

and not GPIO21 as the DMX library code (line 18) suggests.

Thanks for updating this!