0xPIT / encoder

Atmel AVR C++ RotaryEncoder Implementation
309 stars 162 forks source link

Library not working in Arduino Create #19

Open wrhastings opened 7 years ago

wrhastings commented 7 years ago

I've been using the ClickEncoder library in a project I have been working on for months. I'm doing all of the development in the Arduino Create online IDE. Just recently, I started getting a compile-time error, "ClickEncoder.h: no such file or directory". I've updated the library and re-imported it several times, with no luck. I've been informed that libraries must conform to the recommendations laid out here https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification. Does the ClickEncoder library conform? I wanted to check with you before looking into it myself. Thanks.