vash3d / pigpio_encoder

Python module for the KY040 rotary encoder.
GNU General Public License v3.0
14 stars 4 forks source link

Better import of the package #4

Closed volkerjaenisch closed 4 years ago

volkerjaenisch commented 4 years ago

With these minor changes the import can be done with

from pigpio_encoder import Rotary

Also the documentation was updated.