Closed kduve closed 6 years ago
Hi, thanks for this lib! You should change digitalWrite(_pin_di, (data & mask)); to digitalWrite(_pin_di, ((data & mask)?HIGH:LOW)); when using a bit length > 8 on ESP-01 (ESP8266).
At least that fixed the problem for me. Best K
Thank you, fixed with new release.
Hi, thanks for this lib! You should change digitalWrite(_pin_di, (data & mask)); to digitalWrite(_pin_di, ((data & mask)?HIGH:LOW)); when using a bit length > 8 on ESP-01 (ESP8266).
At least that fixed the problem for me. Best K