mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-09 11:06:18 +02:00
Expand IMU acronym first time.
This commit is contained in:
parent
52f0c9ef64
commit
a070573867
@ -51,7 +51,7 @@ fn main() -> ! {
|
|||||||
Baudrate::BAUD115200,
|
Baudrate::BAUD115200,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Set up the I2C controller and IMU.
|
// Set up the I2C controller and Inertial Measurement Unit.
|
||||||
// ANCHOR_END: main
|
// ANCHOR_END: main
|
||||||
writeln!(serial, "Setting up IMU...").unwrap();
|
writeln!(serial, "Setting up IMU...").unwrap();
|
||||||
let i2c = Twim::new(board.TWIM0, board.i2c_internal.into(), FREQUENCY_A::K100);
|
let i2c = Twim::new(board.TWIM0, board.i2c_internal.into(), FREQUENCY_A::K100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user