dac8568 0.0.4

A simple platform agnostic library for the Texas Instruments DAC8568
Documentation
[package]
name = "dac8568"
version = "0.0.4"
authors = ["Oliver Stenning <code@ostenning.com>"]
edition = "2018"
description = "A simple platform agnostic library for the Texas Instruments DAC8568"
keywords = ["embedded-hal", "driver", "dac", "8564", "DAC8568"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ostenning/dac8568"

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

[features]
default = []