Arduino Uno with HYT939

This software is supposed to run on an Arduino Uno equipped with a HYT939 humidity/temperature sensor.

Compiling

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

Resources