diff --git a/examples/testusbhostFAT/README.md b/examples/testusbhostFAT/README.md index 6f05ef32..d8b4296b 100644 --- a/examples/testusbhostFAT/README.md +++ b/examples/testusbhostFAT/README.md @@ -8,12 +8,11 @@ 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) +* [RTClib](https://github.com/xxxajk/RTClib) -It is recommended to get a external RAM shield or apply the following patch: . +The following shield is recommended for larger projects: . -The following shield is recommended: . - -You must use the bundled [Makefile](Makefile) to compile the code instead of the Arduino IDE if you do not use external RAM. The master makefile is bundled as a submodule, but can also be downloaded manually at the following link: . +You may use the bundled [Makefile](Makefile) to compile the code instead of the Arduino IDE if you have problems or want a smaller binary. The master makefile is bundled as a submodule, but can also be downloaded manually at the following link: . To download the USB Host library and all the needed libraries for this test. @@ -27,4 +26,4 @@ If you want to update all the submodules run: ``` git submodule foreach --recursive git pull origin master -``` \ No newline at end of file +```