bmstall is configurable now as well
All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-09-20 11:41:03 +02:00
parent 501d1c973e
commit e971e8dc0d
2 changed files with 16 additions and 6 deletions

View File

@ -125,6 +125,7 @@ fn main() -> ! {
Some(spi_clk_cfg),
Some(SPI_MODE),
BLOCKMODE,
true,
false,
);
spi.cfg_transfer(&transfer_cfg);
@ -138,6 +139,7 @@ fn main() -> ! {
Some(SPI_MODE),
Some(hw_cs_pin),
BLOCKMODE,
true,
false,
);
spi.cfg_transfer(&transfer_cfg);