mmmasteri

Results 2 comments of mmmasteri

> You can read and write in multiples of "blocks" of 512 bytes with: > > ``` > pub fn read_block(&mut self, blockaddr: u32, block: &mut [u8; 512]) -> Result;...

> I'm not sure what you mean with no implementation? And yes you call them multiple times and with the blockaddress you want to read/write. > > Example: > >...