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

TwoWire class is not inherited from Stream #57

Closed
minyk opened this issue Nov 17, 2016 · 0 comments
Closed

TwoWire class is not inherited from Stream #57

minyk opened this issue Nov 17, 2016 · 0 comments

Comments

@minyk
Copy link
Contributor

minyk commented Nov 17, 2016

Hi, another compatibility problem between original and esp32. Arduino's TwoWire class is inherited from Stream, but arduino-esp32's TwoWire class is not.

Mainly, library that I want uses readBytes(char *, size_t ), but this member function is not exist, it is inherited from Stream class.

Is this on purpose? Currently I'm test with TwoWire : public Stream

Thanks.

blue-2357 pushed a commit to blue-2357/arduino-esp32 that referenced this issue Jul 17, 2024
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