max485-async 0.2.0

Async driver for the MAX 485 RS-485 transceiver, using embedded-hal-async.
Documentation
[dependencies.embedded-hal]
version = "1.0"

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

[dependencies.embedded-io-async]
version = "0.7"

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

[package]
authors = ["Åke Amcoff <ake@amcoff.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Async driver for the MAX 485 RS-485 transceiver, using embedded-hal-async."
documentation = "https://docs.rs/crate/max485-async/"
edition = "2024"
keywords = ["no-std", "driver", "embedded-hal", "rs485", "serial"]
license = "MIT OR Apache-2.0"
name = "max485-async"
readme = "README.md"
repository = "https://github.com/akeamc/max485-async"
version = "0.2.0"