We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tested the hat-piface V1 on Pico and it works well with the examples provided.
But with the Pico-W and the same wiring, it does not work and no error is reported in the code.
Is there a different operation for the SPI0 between the Pico and PicoW? I have not found anything in the documentation of the PicoW
The text was updated successfully, but these errors were encountered:
With SPI1, it works:
# Raspberry-picoW spi = SPI(1, polarity=0, phase=0, sck=Pin(10), mosi=Pin(11), miso=Pin(8)) cs = Pin(9, Pin.OUT, value=True )
Sorry, something went wrong.
No branches or pull requests
Hi,
I tested the hat-piface V1 on Pico and it works well with the examples provided.
But with the Pico-W and the same wiring, it does not work and no error is reported in the code.
Is there a different operation for the SPI0 between the Pico and PicoW?
I have not found anything in the documentation of the PicoW
The text was updated successfully, but these errors were encountered: