Skip to content

Commit b09a926

Browse files
committed
& circuitplay too!
1 parent 6be9163 commit b09a926

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variants/circuitplay/variant.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ static const uint8_t DAC0 = PIN_DAC0;
108108

109109
#define ADC_RESOLUTION 12
110110

111+
112+
// On-board SPI Flash
113+
#define EXTERNAL_FLASH_DEVICES GD25Q16C
114+
#define EXTERNAL_FLASH_USE_SPI SPI
115+
#define EXTERNAL_FLASH_USE_CS SS
116+
111117
/*
112118
* SPI Interfaces
113119
*/

0 commit comments

Comments
 (0)