aboutsummaryrefslogtreecommitdiffstats
path: root/src/load_cell_probe.c
Commit message (Collapse)AuthorAgeFilesLines
* load_cell_probe: Fix warnings on avr buildsKevin O'Connor2025-06-181-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 objectGareth Farrington2025-05-291-0/+298
Implement MCU features that enable using an adc to stop an axis Signed-off-by: Gareth Farrington <gareth@waves.ky>