[dependencies.embedded-hal]
version = "1.0.0"
[dependencies.embedded-hal-async]
version = "1.0.0"
[features]
[lib]
name = "as8510"
path = "src/lib.rs"
[package]
authors = ["Rand <dint04wooded@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "An async no_std driver for the AS8510 SPI current and voltage sensor"
edition = "2021"
homepage = "https://rand12345.github.io"
keywords = ["embedded", "no_std", "async", "sensor", "as8510"]
license = "MIT"
name = "as8510"
readme = "README.md"
repository = "https://github.com/rand12345/ad8510-rs"
version = "0.1.0"