@chrysn But are the Embedded Rust drivers available 🤔
BL602 Rust HAL in the works: https://github.com/sipeed/bl602-hal
@lupyuen Well one of your stash looks like a DHT11, and that's even on the first page of https://crates.io/keywords/embedded-hal-driver
@chrysn Unfortunately the BL602 Rust HAL doesn't support I2C and SPI yet... So the more complex drivers won't work
@lupyuen Yes: Use #Rust drivers based on embedded-hal, then you don't need to find those matching your OS or port anything.