arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Various bits of Arduino related code.

Results 13 arduino issues
Sort by recently updated
recently updated
newest added

Hi Ben, Thank you for this excellent rotary encoder lib. I tried many many options and your approach is the best by far. I did some changes to use it...

Sorry for my bad english, I don't get to do download of library so I copy in note's block. However the IDE Arduino didn't understand. I'm begginer here in the...

This is perfect - thank you so much - it is exactly what I needed!

I can't get this to work with interrupts on an Arduino Nano (and Attiny85 ultimately). Software polling works. Starting with the example cocde, I defined the rotary encoder with pins...

Hi! I wonder why do I have to make 2 audible clicks (or dents) to get 1 step? (Using the ky-040 - the most common cheap encoders.) I've tried to...

Hi Ben ! I would want to include some source code from your Rotary arduino library in my project. But I want to keep a FOSS license. Could you please...

I´ll dont get it to work with this guys. ![Mouse-Encoder-11MM-Mouse-Wheel-Accessories png_300x300 jpg](https://user-images.githubusercontent.com/19865256/60761585-0b5b4400-a04c-11e9-90c3-8f9b506066cd.png) Any tips?

The problem described in #3 is actually real, the transition table differs from the documentation. Why from a state of R_CW_BEGIN, with an input of 0-0 the FSM transition to...

First of all - using a state machine for this task is an elegant solution I must say. I tested the code and it looks like it detects full step...