Commit Graph

26 Commits

Author SHA1 Message Date
9bc42b8b04 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
0212119232 Added UsbIO struct to bundle input and output 2024-10-04 07:04:30 -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
403df6f5f4 Added feature flag for single packet messages so we can have an optimized version when we don't need to check data over multiple packets. 2024-07-02 15:32:20 -07:00
63d97b4b3b Added InvalidMessage error type 2024-06-25 12:53:06 -07:00
c5257dd827 Added node comms 2024-06-22 22:59:41 -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
38044cb945 Merge pull request 'Switched to preferred calling syntax for UoM.' (#11) from uom-style into master
Reviewed-on: #11
2024-02-23 18:24:07 +00:00
581be0f71d Switched to preferred calling syntax for UoM. 2024-02-23 10:23:18 -08:00
01280c79fe Merge pull request 'Tweaked error handling functions' (#8) from error-handling into master
Reviewed-on: #8
2024-02-14 17:20:12 +00: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
babfb92222 Merge pull request 'Radme and example updates.' (#6) from develop into master
Reviewed-on: #6
2023-07-22 20:50:58 +00:00
b299f59d9f Example cleanup 2023-07-20 06:49:53 -07:00
93efdd247f Readme updates. 2023-07-19 11:30:57 -07: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
886fbf0020 README updates. 2022-10-07 09:42:47 -07:00
407aaa951c Added README, modified gitignore. 2022-10-06 17:43:29 -07:00
1a44ea892b Initial commit 2022-09-30 04:11:04 +00:00