encoder
encoder copied to clipboard
Atmel AVR C++ RotaryEncoder Implementation
Hello, i tried to compile the clickEncoder Lib for Arduino DUE Arm Board. Unfortunatelly, i get some compile errors. This is the log: `C:\Users\Daniel\Documents\Arduino\libraries\encoder-master/ClickEncoder.h:18:20: fatal error: avr/io.h: No such file...
Not really a code issue I apologize, but can you provide a basic wiring schematic? I have your code up and running but it doesnt seem to be working properly...
Using Arduino ProMicro some clicks from the push button were not detected. This solved the problem in the example : ... ClickEncoder::Button b = encoder->getButton(); delayMicroseconds(5); // added small delay...
In line 92 of ClickEncoder.cpp the value of the lookup table (+1 / 0 / -1) is stored in a uint8_t datatype, instead it should be stored in an int8_t...
Allow to set a different activation level for encoder and button (button for illuminated encoder may be linked with common-anode LED, but LOW may be prefered for encoder input).
Check for disabled pin with -1 instead of 0, allowing to use pin 0 for encoder switch.
Button states "Pressed" and "Close" are never used or handled. I interested in being able to detect when the button has been pressed and this state is never assigned. The...
Added support for STM32F103CX - MapleMini board
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,...
when i try to install the library that has been downloaded it says Specified folder/zip file does not contain a valid library how do i correct this.. with in arduino...