You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ledWemos:51: error: cannot convert 'PCF8574::DigitalInput' to 'byte {aka unsigned char}' in initialization
byte d = pcf8574.digitalReadAll();
^
exit status 1
cannot convert 'PCF8574::DigitalInput' to 'byte {aka unsigned char}' in initialization
I defined PCF8574_LOW_MEMORY too, this is the full code, run on a Wemos D1 Mini (esp8266):
I copied from an example and I get this:
I defined
PCF8574_LOW_MEMORY
too, this is the full code, run on a Wemos D1 Mini (esp8266):The text was updated successfully, but these errors were encountered: