farmbot-arduino-firmware icon indicating copy to clipboard operation
farmbot-arduino-firmware copied to clipboard

Arduino firmware that executes g-code like commands over a serial line to move the FarmBot and operate the tool mount

Results 11 farmbot-arduino-firmware issues
Sort by recently updated
recently updated
newest added

This PR combines two commits refactoring the SPI flush loops in TMC2130_Basics: - Replaced magic numbers with `constexpr uint8_t BYTES_TO_FLUSH = 4` - Changed loop counters from `int` to `uint8_t`...