Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load_cell_probe: Fix warnings on avr builds | Kevin O'Connor | 2025-06-18 | 1 | -2/+2 |
| | | | | | | | On AVR, integers are 16bit, so be sure to promote math to 32bit where needed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | load_cell_probe: Create load_cell_probe MCU object | Gareth Farrington | 2025-05-29 | 1 | -0/+298 |
Implement MCU features that enable using an adc to stop an axis Signed-off-by: Gareth Farrington <gareth@waves.ky> |