Can someone confirm that this two functions are missing from the FileIO library
- uint32_t size();
- int read(void *buf, uint16_t nbyte);
even if they are declared in IOFile.h ?
Using them I get the following errors:
undefined reference to
File::read(void*, unsigned int)' undefined reference to
File::size()'
Thank you in advance.