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
spi.read()
Present in V1 and V2, it essentially writes to the SPI out the value of the second argument, for as long as it is reading data.
V1: https://github.com/bbcmicrobit/micropython/blob/v1.1.1/source/microbit/microbitspi.cpp#L111-L117
V2:
micropython-microbit-v2/src/codal_port/microbit_spi.c
Lines 109 to 114 in 15b467c
The text was updated successfully, but these errors were encountered:
Docs PR:
Sorry, something went wrong.
Docs PR merged.
microbit-carlos
No branches or pull requests
Present in V1 and V2, it essentially writes to the SPI out the value of the second argument, for as long as it is reading data.
V1: https://github.com/bbcmicrobit/micropython/blob/v1.1.1/source/microbit/microbitspi.cpp#L111-L117
V2:
micropython-microbit-v2/src/codal_port/microbit_spi.c
Lines 109 to 114 in 15b467c
The text was updated successfully, but these errors were encountered: