lora-phy 3.0.0

A LoRa physical layer implementation enabling utilization of a range of MCU/LoRa board combinations within embedded frameworks supporting embedded-hal-async.
[dependencies.defmt]
version = "0.3"

[dependencies.embedded-hal]
version = "1"

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

[dependencies.lora-modulation]
version = ">=0.1.2"

[dependencies.lorawan-device]
features = ["defmt"]
optional = true
version = "0.12"

[dependencies.num-traits]
default-features = false
version = "0.2"

[features]
lorawan-radio = ["dep:lorawan-device"]

[package]
categories = ["embedded", "no-std", "asynchronous"]
description = "A LoRa physical layer implementation enabling utilization of a range of MCU/LoRa board combinations within embedded frameworks supporting embedded-hal-async."
edition = "2021"
keywords = ["lora", "radio", "embedded-hal-async", "iot", "semtech"]
license = "MIT OR Apache-2.0"
name = "lora-phy"
readme = "README.md"
repository = "https://github.com/embassy-rs/lora-phy"
version = "3.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]