An open API service indexing awesome lists of open source software.

https://github.com/z0m31en7/rotary_encoder

Python code snippet, to use a Rotary Encoder connected to the gpio pins of Raspberry Pi .
https://github.com/z0m31en7/rotary_encoder

gpio python raspberry-pi rotary-encoder

Last synced: about 1 year ago
JSON representation

Python code snippet, to use a Rotary Encoder connected to the gpio pins of Raspberry Pi .

Awesome Lists containing this project

README

          

Rotary Encoder


Python code snippet, to use a rotary encoder with a Raspberry Pi by connecting it to the GPIO pins.


shields


rotary_encoder



Connections:

* GND -> GND
* VCC -> 3V3
* Out A -> GPIO11
* Out B -> GPIO12
* Switch -> GPIO13