adds the correct driver, as the IL driver wasn't cut out for the job

This commit is contained in:
Robert Schauklies 2025-10-11 22:40:39 +02:00
parent 5ed20aef7f
commit bb33920af9
4 changed files with 1275 additions and 72 deletions

View file

@ -124,7 +124,7 @@ class Rotary(object):
self._listener.remove(l)
def _process_rotary_pins(self, pin):
print(self._value)
#print(self._value)
old_value = self._value
clk_dt_pins = (self._hal_get_clk_value() <<
1) | self._hal_get_dt_value()