WIP
The two examples use bluepill development Board, but this crate is not restricted to specific boards due to the usage of embedded-hal
. Maybe you can change the --target
flags and adapt the example to other platform.
The following is the connection between pins:
PA4 --> CSn
PA5 --> SCLK
PA6 --> SO
PA7 --> SI
PA8 --> GDO0
cargo embed --release --example bluepill_tx.rs
The
cargo embed --release --example bluepill_rx.rs