virtual size_t write( uint8_t v );
Writes data information to the file opened with FILE_WRITE mode, which is similar to print().
Number of bytes written.
LStorage.h
LFile Class