Created multiplexing publish / subscribe example.

This commit is contained in:
Zachary Sunforge
2023-06-16 18:23:43 -07:00
parent a143ad0e54
commit ad66d8e030
22 changed files with 419 additions and 67 deletions

View File

@ -8,12 +8,15 @@ readme.workspace = true
license.workspace = true
[features]
standard-multiplexer = []
config = ["physical-ads1256-types/config"]
standard-input = ["physical-ads1256-types/standard-input"]
standard-multiplexer = ["standard-input"]
[dependencies.physical-node]
path = "../../../node"
[dependencies.physical-ads1256-types]
path = "../types"
features = ["defmt"]
[dependencies.ads1256]
workspace = true
[dependencies.embedded-hal]