Skip to content

Commit 758c6bd

Browse files
authored
Add blank line
1 parent 9fdc5f6 commit 758c6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ while !my_file.is_eof() {
3838
```
3939

4040
For writing files:
41+
4142
```rust
4243
let my_other_file = root_dir.open_file_in_dir("MY_DATA.CSV", embedded_sdmmc::Mode::ReadWriteCreateOrAppend)?;
4344
my_other_file.write(b"Timestamp,Signal,Value\n")?;

0 commit comments

Comments
 (0)