PaulStoffregen / Encoder

Quadrature Encoder Library for Arduino
http://www.pjrc.com/teensy/td_libs_Encoder.html
540 stars 239 forks source link

Is a new release coming? #29

Open grtyvr opened 5 years ago

grtyvr commented 5 years ago

Description

Current release 1.4.1 does not include a number of recent updates like ESP32 support. This means that for users of PlatformIO and Arduino IDE's the latest library does not match the current master branch and does not work for them.

Steps To Reproduce Problem

Install Encoder from the Library Manager in PlatformIO or Arduino IDE and you will get the 1.4.1 release version that does not have the recent updates.

Steps to work around the problem in PlatformIO

add a

lib_deps=https://github.com/PaulStoffregen/Encoder.git

to your platformio.ini