Changes to Derive(PollVariants) to accept any path for the value type.

This commit is contained in:
Zachary Sunforge
2023-06-23 14:15:43 -07:00
parent 8f2d2b6679
commit 07cb49bee5
5 changed files with 63 additions and 30 deletions

View File

@ -8,7 +8,7 @@ readme.workspace = true
license.workspace = true
[features]
embassy-sync = ["dep:embassy-sync", "ads1256/embassy-sync"]
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"]