Skip to content

Commit 4152c16

Browse files
committed
Remove unused documentation
1 parent c6c3c22 commit 4152c16

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/api.md

-14
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,6 @@ Represents a USB storage using the Arduino Unified Storage library.
825825
`public virtual ` [`Folder`](#class_folder)` ` [`getRootFolder`](#class_u_s_b_storage_1a1d39336ddd7ec401dc2ed99c3117af59)`()` | Retrieves the root folder of the USB storage.
826826
`public virtual bool ` [`format`](#class_u_s_b_storage_1a8aec32e4e48d081183ad880a61836bc5)`(FileSystems fs)` | Formats the USB storage with the selected file system.
827827
`public bool ` [`isConnected`](#class_u_s_b_storage_1a228919e4b7f6fe0619fbcb33da9a9534)`()` | Checks if the USB storage is connected.
828-
`public bool ` [`isAvailable`](#class_u_s_b_storage_1ad71d15f8c9bcd12aa14a2bd6be620184)`()` | Checks if the USB storage is available.
829-
`public void ` [`checkConnection`](#class_u_s_b_storage_1adf1432619e4e970d34f14742d6932dfe)`()` | Checks the USB storage connection status.
830828

831829
## Members
832830

@@ -886,15 +884,3 @@ Checks if the USB storage is connected.
886884
true if connected, false otherwise.
887885
<hr />
888886

889-
### `public bool ` [`isAvailable`](#class_u_s_b_storage_1ad71d15f8c9bcd12aa14a2bd6be620184)`()` <a id="class_u_s_b_storage_1ad71d15f8c9bcd12aa14a2bd6be620184" class="anchor"></a>
890-
891-
Checks if the USB storage is available.
892-
893-
#### Returns
894-
true if available, false otherwise.
895-
<hr />
896-
897-
### `public void ` [`checkConnection`](#class_u_s_b_storage_1adf1432619e4e970d34f14742d6932dfe)`()` <a id="class_u_s_b_storage_1adf1432619e4e970d34f14742d6932dfe" class="anchor"></a>
898-
899-
Checks the USB storage connection status.
900-
<hr />

0 commit comments

Comments
 (0)