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
Some crates, for example https://docs.rs/embedded-nrf24l01/0.1.0/embedded_nrf24l01/setup/index.html use a function to return a mode that it wants the SPI peripheral to be. However, as far as I can tell, this can not be used with rppal.
Perhaps a rppal::Mode::from_embedded_hal function would be the best solution, as embedded_hal is an optional feature here
rppal::Mode::from_embedded_hal
embedded_hal
The text was updated successfully, but these errors were encountered:
golemparts
No branches or pull requests
Some crates, for example https://docs.rs/embedded-nrf24l01/0.1.0/embedded_nrf24l01/setup/index.html use a function to return a mode that it wants the SPI peripheral to be. However, as far as I can tell, this can not be used with rppal.
Perhaps a
rppal::Mode::from_embedded_hal
function would be the best solution, asembedded_hal
is an optional feature hereThe text was updated successfully, but these errors were encountered: