ADS1256 poll input.

This commit is contained in:
Zachary Sunforge
2023-06-22 19:57:01 -07:00
parent 1ede18a716
commit 8f2d2b6679
8 changed files with 264 additions and 4 deletions

View File

@ -8,7 +8,8 @@ readme.workspace = true
license.workspace = true
[features]
poll = ["node-poll-variants"]
embassy-sync = ["dep:embassy-sync", "ads1256/embassy-sync"]
poll = ["standard-multiplexer", "embassy-sync"]
config = ["physical-ads1256-types/config"]
standard-input = ["physical-ads1256-types/standard-input"]
standard-multiplexer = ["standard-input"]
@ -17,7 +18,6 @@ standard-multiplexer = ["standard-input"]
path = "../../../node"
[dependencies.node-poll-variants]
path = "../../../macros/node-poll-variants"
optional = true
[dependencies.physical-ads1256-types]
path = "../types"
features = ["defmt"]
@ -30,4 +30,7 @@ workspace = true
[dependencies.defmt]
workspace = true
[dependencies.uom]
workspace = true
workspace = true
[dependencies.embassy-sync]
workspace = true
optional = true