-
- Downloads
Move over to a mutex-spi to prepare for the radio
I don't like this one bit. It's very hacky, and it's subject to race conditions if the mutex is shared between priorities. So I will have to ensure the radio runs in the same priority (or more probably, in the same task). Honestly I hope this all gets ripped out if/when I redesign the board to give the display a dedicated SPI line. But this will help me continue development for now
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- companion-software/Cargo.toml 1 addition, 0 deletionscompanion-software/Cargo.toml
- companion-software/src/drivers/st7789.rs 45 additions, 37 deletionscompanion-software/src/drivers/st7789.rs
- companion-software/src/main.rs 27 additions, 6 deletionscompanion-software/src/main.rs
- companion-software/src/spi.rs 20 additions, 0 deletionscompanion-software/src/spi.rs
Loading
Please register or sign in to comment