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 2
2
// Copyright (c) 2019 Ha Thach for Adafruit Industries
3
3
4
4
/* 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
6
6
* follow library is required
7
7
* https://github.com/adafruit/Adafruit_SPIFlash
8
8
*
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
10
10
* https://github.com/adafruit/Adafruit_QSPI
11
11
*/
12
12
13
13
#include " Adafruit_TinyUSB.h"
14
14
#include " Adafruit_SPIFlash.h"
15
15
16
16
#if defined(__SAMD51__) || defined(NRF52840_XXAA)
17
- // use QSPI libary for M4 series
18
17
#include " Adafruit_QSPI.h"
19
18
#include " Adafruit_QSPI_Flash.h"
20
19
You can’t perform that action at this time.
0 commit comments