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
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp: In member function 'void TFMPI2C::recoverI2CBus()':
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:24: error: 'PIN_WIRE1_SDA' was not declared in this scope; did you mean 'PIN_WIRE_SDA'?
377 | recoverI2CBus( PIN_WIRE1_SDA, PIN_WIRE1_SCL);
| ^~~~~~~~~~~~~
| PIN_WIRE_SDA
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:39: error: 'PIN_WIRE1_SCL' was not declared in this scope; did you mean 'PIN_WIRE_SCL'?
377 | recoverI2CBus( PIN_WIRE1_SDA, PIN_WIRE1_SCL);
| ^~~~~~~~~~~~~
| PIN_WIRE_SCL
The text was updated successfully, but these errors were encountered:
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp: In member function 'void TFMPI2C::recoverI2CBus()':
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:24: error: 'PIN_WIRE1_SDA' was not declared in this scope; did you mean 'PIN_WIRE_SDA'?
377 | recoverI2CBus( PIN_WIRE1_SDA, PIN_WIRE1_SCL);
| ^~~~~~~~~~~~~
| PIN_WIRE_SDA
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:39: error: 'PIN_WIRE1_SCL' was not declared in this scope; did you mean 'PIN_WIRE_SCL'?
377 | recoverI2CBus( PIN_WIRE1_SDA, PIN_WIRE1_SCL);
| ^~~~~~~~~~~~~
| PIN_WIRE_SCL
The text was updated successfully, but these errors were encountered: