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
If the instructions are removed, it compiles and works.
It appears that #ifndef does not recognize SDA and SCL.
When it tries to define SDA and SCL with digitalPinToPinName it throws an error.
The text was updated successfully, but these errors were encountered:
Arduino 1.8.13 with Board Manager installed ESP8266 Community 2.7.2 does not understand:
#ifndef SDA
#define SDA (digitalPinToPinName(PIN_WIRE_SDA))
#endif
#ifndef SCL
#define SCL (digitalPinToPinName(PIN_WIRE_SCL))
#endif
If the instructions are removed, it compiles and works.
It appears that #ifndef does not recognize SDA and SCL.
When it tries to define SDA and SCL with digitalPinToPinName it throws an error.
The text was updated successfully, but these errors were encountered: