person-sensor 0.3.1

An embedded-hal driver for the Useful Things Person Sensor
Documentation
[dependencies.crc16]
version = "0.4.0"

[dependencies.embedded-hal-async]
version = "^1.0"

[dependencies.heapless]
version = "^0.8"

[dev-dependencies.tokio]
features = ["full"]
version = "1.44.1"

[dev-dependencies.tokio-test]
version = "0.4.4"

[lib]
name = "person_sensor"
path = "src/lib.rs"

[lints.clippy]
missing_errors_doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Riley Williams <riley@rileyw.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An embedded-hal driver for the Useful Things Person Sensor"
edition = "2021"
keywords = ["no_std", "embedded", "async"]
license = "MIT OR Apache-2.0"
name = "person-sensor"
readme = "README.md"
repository = "https://github.com/riley-williams/person-sensor"
resolver = "2"
version = "0.3.1"

[[test]]
name = "mock"
path = "tests/mock.rs"