Expand IMU acronym first time.

This commit is contained in:
Andrew Walbran
2023-03-20 14:26:57 +00:00
parent 52f0c9ef64
commit a070573867
+1 -1
View File
@@ -51,7 +51,7 @@ fn main() -> ! {
Baudrate::BAUD115200,
);
// Set up the I2C controller and IMU.
// Set up the I2C controller and Inertial Measurement Unit.
// ANCHOR_END: main
writeln!(serial, "Setting up IMU...").unwrap();
let i2c = Twim::new(board.TWIM0, board.i2c_internal.into(), FREQUENCY_A::K100);