Skip to content

Commit ed4eea8

Browse files
committed
encoder.py: Add Raul Kompaß credit. Add ref to ENCODERS.md
1 parent 86a5679 commit ed4eea8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

v3/primitives/encoder.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33
# Copyright (c) 2021-2022 Peter Hinch
44
# Released under the MIT License (MIT) - see LICENSE file
55

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,
711
# 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
914
# against a state table design
1015
# https://github.com/miketeachman/micropython-rotary/blob/master/rotary.py
1116

17+
# Raul Kompaß (@rkompass) for suggesting a bugfix here
18+
# https://forum.micropython.org/viewtopic.php?f=15&t=9929&p=66175#p66156
19+
1220
import uasyncio as asyncio
1321
from machine import Pin
1422

0 commit comments

Comments
 (0)