Skip to content

Commit 6cf71ea

Browse files
committed
Add missing I
1 parent 5017bea commit 6cf71ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SimpleStorageWriteRead/SimpleStorageWriteRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Demonstrates basic usage of the "Arduino_UnifiedStorage" library to write and read data to storage.
55
Supports SD card, USB storage, and internal storage (default, uncomment to choose).
66
7-
n the setup function, the code initializes serial communication, mounts the storage medium,
7+
In the setup function, the code initializes serial communication, mounts the storage medium,
88
creates a root directory with three subdirectories, and writes data to three files in each subdirectory.
99
1010
Following this, the code showcases reading data from files by using "seek" and "available" methods,

0 commit comments

Comments
 (0)