polpo / rp2040-psram

A header-only C library to allow access to SPI PSRAM via PIO on the RP2040 microcontroller.
MIT License
125 stars 11 forks source link

Regarding the define of the pin interface #8

Closed Sudhamsu98 closed 1 year ago

Sudhamsu98 commented 1 year ago

Hi Polpo, I don't think this is a issue but mostly my understanding of the documentation, I am new to programming the PICO using C/C++, I have interfaced the PSRAM with Pico and I build the example file successfully but I dont know why it shows up this address error - image

I see that the defines have to be made in the program which is using the library but when I define the Pins in the example code " warning: "PSRAM_PIN_MOSI" redefined " so if you could help me with getting this sorted out would be helpful. I did not know how to reach you so I opened a issue sorry if this is a mistake.

Thank you