LennartHennigs / ESPRotary

Arduino/ESP library to simplify reading rotary encoder data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPRotary.h:20:11: error: 'right' redeclared as different kind of symbol

BeijingUncle opened this issue · comments

When I use both ESPRotary and SdFat in my sketch.

Hey,
I updated the library and added the enum class feature to it. This is not in a release yet, but you can checkout the current sources. That should solve your problem.
Please let me know if this works.

It works just fine! Thank you for your fast replay!