Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error on Teensy4 #27

Open
JonasVorwerk opened this issue Jan 26, 2024 · 0 comments
Open

Compile error on Teensy4 #27

JonasVorwerk opened this issue Jan 26, 2024 · 0 comments

Comments

@JonasVorwerk
Copy link

/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant