Add link to rotary encoder branch

This commit is contained in:
ABelliqueux 2024-12-19 17:58:21 +01:00
parent 9fed2a710b
commit d9255cee7c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ This python script is supposed to run on a rpi and does the following :
* Button input : watches GPIOs for button input ; I'm using 5 push buttons for controlling playback (previous, next, toggle playback, stop, menu) or browse the database and add stuff to the playlist.
* Potentiometer input : Watches a GPIO for estimating the resistance of a rotary potentiometer and set volume accordingly.
## Rotary encoder version
A WIP version that replaces the potentiometer with a rotary encoder [is available here.](/arthus/mpdlistenpy/src/branch/rot_enc)
## Setup
### Software