diff --git a/Cargo.toml b/Cargo.toml index 02a8c9b..34f4bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qmi8658" categories = ["embedded", "no-std"] -version = "0.2.1" +version = "0.1.0" edition = "2021" authors = [ "Walter Bonetti " diff --git a/src/command.rs b/src/command.rs index 285cb44..7127682 100644 --- a/src/command.rs +++ b/src/command.rs @@ -1,3 +1,5 @@ +#![allow(dead_code)] + /// Device Identifier Register (R) /// Default: 00000101 pub const WHO_AM_I: u8 = 0x00;