mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-16 13:48:52 +02:00
192 B
192 B
Temperature logger
We will read the temperature from an I2C temperature sensor, and log the readings to a serial port.
{{#include temperature-logger/src/main.rs}}