Skip to content

Commit

Permalink
update deps, documentation and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ing committed Feb 27, 2022
1 parent c75a259 commit 381dfd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dac8568"
version = "0.0.4"
version = "0.0.5"
authors = ["Oliver Stenning <[email protected]>"]
edition = "2018"
description = "A simple platform agnostic library for the Texas Instruments DAC8568"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/ostenning/dac8568"

[dependencies]
embedded-hal = { version = "0.2.4", features = ["unproven"] }
embedded-hal = { version = "0.2.7", features = ["unproven"] }

[features]
default = []
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A platform agnostic library for the Texas Instruments DAC8568.

- https://crates.io/crates/dac8568

![dac8568](/documentation/dac8568_ssop16.png)
![dac8568](https://github.com/ostenning/images/blob/main/ssop16.png?raw=true)

## description

Expand All @@ -13,8 +13,8 @@ The `DAC7568`, `DAC8168`, and `DAC8568` are low-power, voltage-output, eight-cha
## features

- Support for Texas Instruments DAC8568
- Full no-std support
- Implemented with `embedded-hal` (https://docs.rs/embedded-hal/0.2.3/embedded_hal)
- Heapless & no-std compatible
- Implemented with `embedded-hal` (https://docs.rs/embedded-hal/0.2.7/embedded_hal)
- Blocking and non-blocking support
- Basic feature set including synchronous static mode

Expand Down
Binary file removed documentation/dac8568_ssop16.png
Binary file not shown.
Binary file removed documentation/oscilloscope_capture.png
Binary file not shown.

0 comments on commit 381dfd4

Please sign in to comment.