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

Avoid use of Serial in driver_wire #38

Open
hmaarrfk opened this issue Sep 24, 2023 · 0 comments
Open

Avoid use of Serial in driver_wire #38

hmaarrfk opened this issue Sep 24, 2023 · 0 comments

Comments

@hmaarrfk
Copy link

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

Serial.println("Timed out waiting for transfer to finish.");

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?

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