File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
examples/MassStorage/msc_external_flash Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22// Copyright (c) 2019 Ha Thach for Adafruit Industries
33
44/* This example demo how to expose on-board external Flash as USB Mass Storage.
5- * - For Feather/Metro M0 express series with SPI flash device
5+ * - For M0 express series with SPI flash device
66 * follow library is required
77 * https://github.com/adafruit/Adafruit_SPIFlash
88 *
9- * - For Feather/Metro M4 expres series with QSPI flash, additional QSPI is reuiqred
9+ * - For M4 expres series and nRF52840 with QSPI flash, additional library is reuiqred
1010 * https://github.com/adafruit/Adafruit_QSPI
1111 */
1212
1313#include " Adafruit_TinyUSB.h"
1414#include " Adafruit_SPIFlash.h"
1515
1616#if defined(__SAMD51__) || defined(NRF52840_XXAA)
17- // use QSPI libary for M4 series
1817 #include " Adafruit_QSPI.h"
1918 #include " Adafruit_QSPI_Flash.h"
2019
You can’t perform that action at this time.
0 commit comments