From 357f62e1373fa0e6dcfbfbe60da9e4857a6ce896 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Fri, 24 Mar 2023 17:40:02 +0000 Subject: [PATCH] A compass doesn't tell us the temperature. --- src/exercises/bare-metal/compass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercises/bare-metal/compass.md b/src/exercises/bare-metal/compass.md index fc94989f..25420c7d 100644 --- a/src/exercises/bare-metal/compass.md +++ b/src/exercises/bare-metal/compass.md @@ -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