Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enjoyneering/RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts.
https://github.com/enjoyneering/RotaryEncoder
arduino-library encoder interrupts ky-040 rotary rotary-encoder rotaryencoder
Last synced: 3 months ago
JSON representation
This is small and fast Arduino library for Rotary Encoder with interrupts.
- Host: GitHub
- URL: https://github.com/enjoyneering/RotaryEncoder
- Owner: enjoyneering
- Created: 2017-04-21T23:42:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T13:14:38.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:45:09.772Z (6 months ago)
- Topics: arduino-library, encoder, interrupts, ky-040, rotary, rotary-encoder, rotaryencoder
- Language: C++
- Homepage:
- Size: 519 KB
- Stars: 78
- Watchers: 13
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![license-badge][]][license] ![version] [![stars][]][stargazers] ![hit-count] [![github-issues][]][issues]
# RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts. **Debounce capacitors to ground required!!! Otherwise, skipped steps and unstable performance may occur.**Supports:
- Arduino AVR
- Arduino ESP8266
- Arduino ESP32
- Arduino STM32![alt text][rotary_encoder_shematic_image]
[license-badge]: https://img.shields.io/badge/License-GPLv3-blue.svg
[license]: https://choosealicense.com/licenses/gpl-3.0/
[version]: https://img.shields.io/badge/Version-1.4.2-green.svg
[stars]: https://img.shields.io/github/stars/enjoyneering/RotaryEncoder.svg
[stargazers]: https://github.com/enjoyneering/RotaryEncoder/stargazers
[hit-count]: https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fenjoyneering%2FRotaryEncoder&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false
[github-issues]: https://img.shields.io/github/issues/enjoyneering/RotaryEncoder.svg
[issues]: https://github.com/enjoyneering/RotaryEncoder/issues/[rotary_encoder_shematic_image]: https://github.com/enjoyneering/RotaryEncoder/blob/master/images/rotary_encoder_shematic.png