diff --git a/Cargo.toml b/Cargo.toml index 9eaaf4f..3c28192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dac8568" -version = "0.0.4" +version = "0.0.5" authors = ["Oliver Stenning "] edition = "2018" description = "A simple platform agnostic library for the Texas Instruments DAC8568" @@ -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 = [] \ No newline at end of file diff --git a/README.md b/README.md index 5edc82f..7556bc6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/documentation/dac8568_ssop16.png b/documentation/dac8568_ssop16.png deleted file mode 100644 index 1083cd7..0000000 Binary files a/documentation/dac8568_ssop16.png and /dev/null differ diff --git a/documentation/oscilloscope_capture.png b/documentation/oscilloscope_capture.png deleted file mode 100644 index a4b868a..0000000 Binary files a/documentation/oscilloscope_capture.png and /dev/null differ