Commit Graph

17 Commits

Author SHA1 Message Date
4c922b940b Added volume quantities. 2024-12-12 18:59:08 -08:00
59ef1e4219 Fixed millivolt conversion function name 2024-11-14 22:19:32 -08:00
a4e007cf8e Added pressure : kilopascal 2024-11-12 12:37:32 -08:00
dae7ae8a98 Remove requirement for derive_more attributes to be in scope when using quantity_type! 2024-10-29 08:58:36 -07:00
60c9bbfee4 Change DegreesCelsius to Celsius
Version bump
2024-10-22 20:56:59 -07:00
a9f46c549e Switched custom quantities to using a macro for generation. 2024-07-13 23:15:58 -07:00
da5fca74ef Migrated from uom to custom quantity implementation. 2024-07-10 18:52:33 -07:00
8a23429e5f Added custom irradiance quantity 2024-07-09 10:48:13 -07:00
96ae59087e - Modified some thermocouple functions to use f64 instead of f32
- Added thermistor
- Added resistive divider
2024-07-08 13:04:38 -07:00
63d97b4b3b Added InvalidMessage error type 2024-06-25 12:53:06 -07:00
a95cb64941 Removed a bunch of over abstracted bullshit. 2024-06-22 09:45:12 -07:00
02ddde0c5d Adjusted error handling 2024-06-14 12:43:46 -07:00
3f79ef86d8 pid (#12)
Added pid control

Co-authored-by: Zachary Sunforge <zachary.sunforge@bfpower.io>
Reviewed-on: #12
2024-06-07 23:41:54 +00:00
581be0f71d Switched to preferred calling syntax for UoM. 2024-02-23 10:23:18 -08:00
ffe0efede0 Tweaked error handling functions 2024-02-14 09:18:36 -08:00
346c52e617 Big dependency updates (#7)
Co-authored-by: Zachary Sunforge <zachary.sunforge@bfpower.io>
Reviewed-on: #7
2024-02-14 06:14:43 +00:00
6fc828e864 Initial node implementation (#4)
Reviewed-on: #4
Co-authored-by: Zack <zack@bfpower.io>
Co-committed-by: Zack <zack@bfpower.io>
2023-07-19 18:09:13 +00:00