PicoPAC/VSC-PicoPAC/myboard.h

10 lines
271 B
C
Raw Normal View History

2024-08-07 14:45:50 -04:00
// myboard.h
// setting first overrides the value in the default header
//#define PICO_FLASH_SPI_CLKDIV 2 // use for winbond flash
#define PICO_FLASH_SPI_CLKDIV 4 // use for slower flash (e.g. zbit)
// pick up the rest of the settings
#include "boards/pico.h"