Skip to content
New issue

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

Hardware SPI and micropython REPL #25

Open
hstarmans opened this issue Aug 2, 2024 · 0 comments
Open

Hardware SPI and micropython REPL #25

hstarmans opened this issue Aug 2, 2024 · 0 comments

Comments

@hstarmans
Copy link

hstarmans commented Aug 2, 2024

hardware spi
Some sources state that hardware SPI is only available on the following

SPI MOSI MISO CLK CS
SPI2 GPIO 35 GPIO 37 GPIO 36 GPIO 39
SPI3 GPIO 11 GPIO 13 GPIO 12 GPIO 10

Micropython REPL

If you are using micropython avoid GPIO 1 and 3.
These are connected to repl. You can't use these while connected to Micropython via USB, source only via webrepl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant