Added LM35

This commit is contained in:
Zachary Sunforge
2023-07-18 19:52:50 -07:00
parent 45bc1707e9
commit 5e46116976
8 changed files with 64 additions and 19 deletions

View File

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