RotaryDial icon indicating copy to clipboard operation
RotaryDial copied to clipboard

Arduino library to read numbers from a rotary telephone dial

Results 5 RotaryDial issues
Sort by recently updated
recently updated
newest added

Prevent partial digits from being returned if `read()`ing late/in the middle of a pulse train (see #4).

Nice library! Very succinct and efficient. Truly a pleasure to read and use. I suspect there is one failure mode though. If a client delays `read()`ing out the latest dialed...

I wanted to catch the final number in a variable finalNumber, so that this can be sent to for example the tx port. So I added two lines in the...

Modify library to allow multiple instances listening on multiple pins/interrupts. This can be done once this is fixed: https://github.com/arduino/ArduinoCore-avr/issues/85 https://github.com/arduino/ArduinoCore-avr/pull/58