DMXSerial icon indicating copy to clipboard operation
DMXSerial copied to clipboard

include DMXMODEPIN (pin 2) in documentation

Open Yorams opened this issue 2 years ago • 2 comments

Would be nice if you can include the DMXMODEPIN in the documentation. I searched like hell why pin 2 wouldn't work 😄.

Never the less. Great work done, thanks.

Yorams avatar Oct 21 '21 18:10 Yorams

Hey, I am currently running into some problems using pin 2 as an input, it seems the internal pullup isnt working. Just posted an issue, then saw yours. Can you explain about this? Thanks!

Randomaker avatar Feb 28 '23 22:02 Randomaker

The source says: #define DMXMODEPIN 2 ///< Arduino pin 2 for controlling the data direction is the default

https://github.com/mathertel/DMXSerial/blob/master/src/DMXSerial.h

So do not use pin 2, or define an other pin in the source.

Yorams avatar Mar 03 '23 16:03 Yorams