revert: hepump/trinamic: set pullup resistors correctly

this was an error. the problem is the wiring.
This commit is contained in:
2025-06-23 12:26:43 +02:00
parent 1b9100d96c
commit 6a191e49da

View File

@ -361,7 +361,7 @@ proc trinamic::init {} {
[sct controller] queue [sct]/eeprom halt "trinamic::eeprom load"
hsetprop [sct]/encoder adjust_zero 1
# set pullup resistors on
send set_io 0 0 0
send set_io 0 0 1
return trinamic::complete
}