mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
10 lines
426 B
Markdown
10 lines
426 B
Markdown
|
This small sketch tests the USB host shield mass storage library.
|
||
|
|
||
|
To compile this example you will need the following libraries as well:
|
||
|
|
||
|
* [xmem2](https://github.com/xxxajk/xmem2)
|
||
|
* [generic_storage FATfs](https://github.com/xxxajk/generic_storage)
|
||
|
|
||
|
It is recommended to use the bundled [Makefile](Makefile).
|
||
|
|
||
|
The master makefile can be found at the following repository: <https://github.com/xxxajk/Arduino_Makefile_master>.
|