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

@ -11,7 +11,7 @@ members = [
# Peripheral components
"peripheral-components/ads1256/*",
# Examples
"examples/playground"
"examples/ads1256"
]
[workspace.package]
@ -40,6 +40,7 @@ version = "0.4.*"
# Serialization
[workspace.dependencies.parity-scale-codec]
version = "3.5.*"
default-features = false
# Embedded-HAL
[workspace.dependencies.embedded-hal]
version = "1.0.0-alpha.10"