We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdc5f6 commit 758c6bdCopy full SHA for 758c6bd
README.md
@@ -38,6 +38,7 @@ while !my_file.is_eof() {
38
```
39
40
For writing files:
41
+
42
```rust
43
let my_other_file = root_dir.open_file_in_dir("MY_DATA.CSV", embedded_sdmmc::Mode::ReadWriteCreateOrAppend)?;
44
my_other_file.write(b"Timestamp,Signal,Value\n")?;
0 commit comments