1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-16 13:48:52 +02:00
comprehensive-rust/src/exercises/bare-metal/temperature-logger.md
2023-03-20 14:26:57 +00:00

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}}