This software is supposed to run on an Arduino Uno equipped with a HYT939 humidity/temperature sensor.
Information about the compilation process is available in The AVR-Rust Guidebook.
Compile via
cargo build --release
and flash to the device
avrdude -patmega328p -carduino -P <your-usb-port> -b115200 -D -Uflash:w:target/avr-atmega328p/release/arduino_hyt939.elf
- HYT939 application notes: application notes
- https://creativcoder.dev/rust-on-arduino-uno