1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 14:59:37 +02:00

A compass doesn't tell us the temperature.

This commit is contained in:
Andrew Walbran 2023-03-24 17:40:02 +00:00
parent 8ed300d620
commit 357f62e137

View File

@ -1,6 +1,6 @@
# Compass
We will read the temperature from an I2C compass, and log the readings to a serial port.
We will read the direction from an I2C compass, and log the readings to a serial port.
Hint: check the documentation for the [`lsm303agr`](https://docs.rs/lsm303agr/latest/lsm303agr/) and
[`microbit-v2`](https://docs.rs/microbit-v2/latest/microbit/) crates, as well as the