SiliconLabs / arduino

Arduino Core for Silicon Labs devices
88 stars 16 forks source link

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

Open runger1101001 opened 1 month ago

runger1101001 commented 1 month ago

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.

leonardocavagnis commented 4 days ago

Hello @runger1101001! Good catch! Thanks for reporting. We'll fix it in the next core release