PicoPAC/VSC-PicoPAC/myboard.h
2024-08-07 20:45:50 +02:00

10 lines
271 B
C

// 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"