Thermocouple example

This commit is contained in:
Zachary Sunforge
2023-07-14 20:35:39 -07:00
parent bfd9c3e4e6
commit abde12a8ba
6 changed files with 125 additions and 5 deletions

View File

@ -7,6 +7,9 @@ repository.workspace = true
readme.workspace = true
license.workspace = true
[dependencies.physical]
path = "../.."
features = ["thermocouple_k"]
[dependencies.physical-node]
path = "../../node"
features = ["embassy-sync"]