ArduCAM / Arducam_Mega

MIT License
15 stars 13 forks source link

Use pin 17 for RPi Pico CS #15

Open anujdeshpande opened 1 year ago

anujdeshpande commented 1 year ago

This is a typo - it should be 17 instead of 7 - the pin definitions look like the following

// SPI
#define PIN_SPI_MISO  (16u)
#define PIN_SPI_MOSI  (19u)
#define PIN_SPI_SCK   (18u)
#define PIN_SPI_SS    (17u)