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
It does support ESP8266 using the Arduino framework either using the default i2c pins or specific pins. This can be used to initialize the chip with other pins: mcp.begin(0x20, SDA_PIN, SCL_PIN); Replace 0x20 with the address of your chip and the pins with your pins, keep in mind that not all of the ESP pins work for i2c and that Arduino uses different pin numbers from what is printed on the NodeMCU boards.
Does this library work with the ESP8266? In particular, the NodeMCU 1.0 (ESP-12E)
The text was updated successfully, but these errors were encountered: