We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey thank you for creating this library.
I know these are huge hassles and it has helped me tremendously in the teensy4 migration from the teensy 3.2.
I was wondering if you would considering removing the print statement in
teensy4_i2c/src/i2c_driver_wire.cpp
Line 127 in 7cc79e3
it is somewhat annoying to have "print" statements that speak of serial as it breaks your other communication protocols if they speak over Serial.
Serial
Maybe we could consider returning True/False instead of printing?
True/False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey thank you for creating this library.
I know these are huge hassles and it has helped me tremendously in the teensy4 migration from the teensy 3.2.
I was wondering if you would considering removing the print statement in
teensy4_i2c/src/i2c_driver_wire.cpp
Line 127 in 7cc79e3
it is somewhat annoying to have "print" statements that speak of serial as it breaks your other communication protocols if they speak over
Serial
.Maybe we could consider returning
True/False
instead of printing?The text was updated successfully, but these errors were encountered: