mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
328 stars 78 forks source link

DMXSerial conflicts with i2c WIRE library? #6

Closed Suicufnoc closed 6 years ago

Suicufnoc commented 8 years ago

Hey, I'm trying to get your DMX Serial library working alongside an i2c LCD library, but as soon as I #include DMXSerial.h, the LCD screen stops working. Any ideas? should the library interact with the wire library or analog in pins 4,5? thanks

mathertel commented 8 years ago

Please let me know what library you use. There are many ways of how they can conflict.