mathertel / DMXSerial

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

Compatibility for Wemos D1 (ESP 8266) #75

Closed blockiindahood closed 1 year ago

blockiindahood commented 1 year ago

Is the libary compatible with the above given Microcontroller?

mathertel commented 1 year ago

Was: The library is not agnostic to any CPU architecture. I use it on Arduino UNO, ESP8266, ESP32.

The above statement is NOT TRUE

sorry, this comment accidently was given to the wrong library.

TRUE: The DMXSerial library only supports the CPUs mentioned in the README.md file.

blockiindahood commented 1 year ago

Okay, but for any reason, it won't build for non avr-arch. Maybe I just haven't updated?

mathertel commented 1 year ago

The DMXSerial library only supports the CPUs mentioned in the README.md file. See above correction.