adds the correct driver, as the IL driver wasn't cut out for the job
This commit is contained in:
parent
5ed20aef7f
commit
bb33920af9
4 changed files with 1275 additions and 72 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue