You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,7 +10,7 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
10
10
*[**examples/AdvancedUSBInternalOperations**](https://github.com/arduino-libraries/Arduino_UnifiedStorage/blob/main/examples/AdvancedUSBInternalOperations/AdvancedUSBInternalOperations.ino) - Navigate file structure and demonstrate file operations between USB and internal storage
11
11
*[**examples/BackupInternalPartitions**](https://github.com/arduino-libraries/Arduino_UnifiedStorage/blob/main/examples/BackupInternalPartitions/BackupInternalPartitions.ino) - Back up all partitions on the internal storage to a USB Mass Storage device.
12
12
13
-
## Instructions
13
+
## 👀 Instructions
14
14
1. Download and install this library
15
15
2. Check compatibility with your platform
16
16
3. To use internal storage, you need to make sure it is partitioned and formatted correctly:
@@ -28,7 +28,7 @@ The Arduino_UnifiedStorage library provides a unified interface to access differ
28
28
* When asked if you'd like to use LittleFS on the data partition, select "n". Most of the examples assume that the drive is formatted as FAT. You can use the library to format to LittleFS later.
29
29
* Reboot the board
30
30
31
-
## Features
31
+
## ✨ Features
32
32
* Access files and directories on internal storage, SD cards, and USB mass storage devices.
33
33
* Read and write data to files.
34
34
* Create, remove, and rename files and directories.
@@ -47,4 +47,8 @@ This library has been tested with the following STM32 and Renesas based Arduino
47
47
* Opta: Internal QSPI Flash and USB
48
48
49
49
50
-
Note: Due to an unforeseen compatibility issue on the Portenta Breakout Board, inserting a USB drive on the USB-A port of the breakout board may occasionally cause a reboot on Portenta C33 boards. You can work around this issue by connecting your USB Mass Storage device through a USB hub. This limitation only affects Portenta C33 boards.
50
+
Note: Due to an unforeseen compatibility issue on the Portenta Breakout Board, inserting a USB drive on the USB-A port of the breakout board may occasionally cause a reboot on Portenta C33 boards. You can work around this issue by connecting your USB Mass Storage device through a USB hub. This limitation only affects Portenta C33 boards.
51
+
52
+
## 📖 Documentation
53
+
54
+
For more information about this library please read the documentation [here](./docs).
0 commit comments