Skip to content

Commit

Permalink
Merge pull request #2 from BridgeSource/0.5.1
Browse files Browse the repository at this point in the history
0.5.1
  • Loading branch information
amcelroy authored Nov 1, 2023
2 parents af8e32c + ac8b999 commit 4f51e34
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 1,572 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitterly"
version = "0.4.0"
version = "0.5.1"
edition = "2021"
description = "Non-memory mapped bit manipulation library"
repository = "https://github.com/BridgeSource/bitterly"
Expand Down
1 change: 1 addition & 0 deletions examples/max14748.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn main() {

peripheral!(
Max14748,
u8,
0x0A,
54,
[
Expand Down
3 changes: 2 additions & 1 deletion examples/max17261.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ pub fn main() {

peripheral!(
Max17261,
0x0A,
u8,
0x36,
112,
[
// 0x00 to 0x10
Expand Down
Loading

0 comments on commit 4f51e34

Please sign in to comment.