Skip to content

Commit

Permalink
poc: tiny fixes dead_code and cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
IniterWorker committed Apr 24, 2024
1 parent d23968a commit 27794ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qmi8658"
categories = ["embedded", "no-std"]
version = "0.2.1"
version = "0.1.0"
edition = "2021"
authors = [
"Walter Bonetti <[email protected]>"
Expand Down
2 changes: 2 additions & 0 deletions src/command.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

/// Device Identifier Register (R)
/// Default: 00000101
pub const WHO_AM_I: u8 = 0x00;
Expand Down

0 comments on commit 27794ad

Please sign in to comment.