This commit is contained in:
Zachary Sunforge
2023-06-23 20:32:01 -07:00
parent 2a0013481c
commit c46680247b
18 changed files with 193 additions and 133 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "physical-ads1256"
description = "Shared abstractions for ADS1256 components."
description = "Shared node abstractions for ADS1256 components."
version.workspace = true
edition.workspace = true
repository.workspace = true
@ -10,17 +10,12 @@ license.workspace = true
[features]
embassy-sync = ["dep:embassy-sync", "ads1256/embassy-sync", "physical-node/embassy-sync"]
poll = ["standard-multiplexer", "embassy-sync"]
config = ["physical-ads1256-types/config"]
standard-input = ["physical-ads1256-types/standard-input"]
standard-multiplexer = ["standard-input"]
standard-multiplexer = []
[dependencies.physical-node]
path = "../../../node"
[dependencies.node-poll-variants]
path = "../../../macros/node-poll-variants"
[dependencies.physical-ads1256-types]
path = "../types"
features = ["defmt"]
[dependencies.ads1256]
workspace = true
[dependencies.embedded-hal]