Thermocouple type K conversion

This commit is contained in:
Zachary Sunforge
2023-07-06 22:40:54 -07:00
parent 1c25e51a8a
commit 5386d2a2bf
4 changed files with 75 additions and 0 deletions

View File

@ -126,6 +126,9 @@ repository.workspace = true
readme.workspace = true
license.workspace = true
[features]
thermocouple_k = []
[dependencies]
uom = { workspace = true }
parity-scale-codec = { workspace = true }