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

[request] 'class arduino::TwoWire' has no member named 'readBytes' #93

Open
runger1101001 opened this issue Oct 15, 2024 · 0 comments
Open
Labels
featurerequest Feature request

Comments

@runger1101001
Copy link

Summary

It doesn't seem to be required but most other Ardunio cores support:

 size_t readBytes( char *buffer, size_t length); 
 size_t readBytes( uint8_t *buffer, size_t length);

It would be nice to add them for compatibility.

@runger1101001 runger1101001 added the featurerequest Feature request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
featurerequest Feature request
Projects
None yet
Development

No branches or pull requests

1 participant