Zachary Levy zack
  • Joined on 2022-08-01
zack opened issue BFPOWER/physical#15 2024-10-29 15:57:34 +00:00
Remove requirement for quantity_type! macro to have Quantity and Value in scope
zack pushed to master at BFPOWER/physical 2024-10-23 03:57:04 +00:00
60c9bbfee4 Change DegreesCelsius to Celsius
zack closed issue BFPOWER/physical#14 2024-10-23 03:33:00 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro
zack commented on issue BFPOWER/physical#14 2024-10-23 03:32:59 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro

Would probably be too weird to have vastly different functionality on different quantity types, even though they're not connected in the type system. If it's something specific like debug which…

zack opened issue BFPOWER/physical#14 2024-10-22 16:51:02 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro
zack pushed to master at BFPOWER/physical 2024-10-04 14:58:04 +00:00
0212119232 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-10-04 14:27:52 +00:00
8f38edc434 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-10-04 14:04:37 +00:00
9215283c99 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-07-14 06:16:08 +00:00
a9f46c549e Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-13 19:29:25 +00:00
ec497fb256 Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 14:51:57 +00:00
c72766cd31 Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 05:06:20 +00:00
d85c92bf5d Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 01:52:39 +00:00
da5fca74ef Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 23:32:49 +00:00
bd4908fe93 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 22:31:11 +00:00
991b861239 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 21:02:34 +00:00
0a8c897100 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-09 17:48:17 +00:00
8a23429e5f Added custom irradiance quantity
zack pushed to master at BFPOWER/physical 2024-07-08 20:05:00 +00:00
96ae59087e - Modified some thermocouple functions to use f64 instead of f32
zack closed issue BFPOWER/physical#13 2024-07-02 22:35:27 +00:00
The comms::Receiver implementation for stm32::usb only works if the largest message ever sent is smaller than a single USB packet.
zack commented on issue BFPOWER/physical#13 2024-07-02 22:35:06 +00:00
The comms::Receiver implementation for stm32::usb only works if the largest message ever sent is smaller than a single USB packet.

Addressed with feature flag in 403df6f5f42c8a66e0a35aa24a0bcd533e86f261