Skip to content

Instantly share code, notes, and snippets.

View dmnc-net's full-sized avatar
💭
I may be slow to respond.

DMNC dmnc-net

💭
I may be slow to respond.
View GitHub Profile
@dmnc-net
dmnc-net / README.md
Last active April 1, 2020 14:35 — forked from savetheclocktower/README.md
Using a rotary encoder as a volume control for the Raspberry Pi

Volumio rotary encoder control

Code below is modified version of monitor-volume written by Andrew Dupont.

Requirements

  • rpi.gpio (python3-gpio)
  • python3-queue
  • python3-persist-queue ? (TODO)