File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2021-2022 Peter Hinch
4
4
# Released under the MIT License (MIT) - see LICENSE file
5
5
6
- # Thanks are due to @ilium007 for identifying the issue of tracking detents,
6
+ # For an explanation of the design please see
7
+ # [ENCODERS.md](https://github.com/peterhinch/micropython-samples/blob/master/encoders/ENCODERS.md)
8
+
9
+ # Thanks are due to the following collaborators:
10
+ # @ilium007 for identifying the issue of tracking detents,
7
11
# https://github.com/peterhinch/micropython-async/issues/82.
8
- # Also to Mike Teachman (@miketeachman) for design discussions and testing
12
+
13
+ # Mike Teachman (@miketeachman) for design discussions and testing
9
14
# against a state table design
10
15
# https://github.com/miketeachman/micropython-rotary/blob/master/rotary.py
11
16
17
+ # Raul Kompaß (@rkompass) for suggesting a bugfix here
18
+ # https://forum.micropython.org/viewtopic.php?f=15&t=9929&p=66175#p66156
19
+
12
20
import uasyncio as asyncio
13
21
from machine import Pin
14
22
You can’t perform that action at this time.
0 commit comments