Open runger1101001 opened 1 month ago
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.
Hello @runger1101001! Good catch! Thanks for reporting. We'll fix it in the next core release
Summary
It doesn't seem to be required but most other Ardunio cores support:
It would be nice to add them for compatibility.