All Projects → MajicDesigns → MD_REncoder

MajicDesigns / MD_REncoder

Licence: LGPL-2.1 license
Rotary Encoder Library

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MD REncoder

RotaryEncoder
This is small and fast Arduino library for Rotary Encoder with interrupts.
Stars: ✭ 60 (+140%)
Mutual labels:  encoder, rotary-encoder
03-Unstable-Rotation
The code for my Game Physics course: https://www.udemy.com/gamephysics
Stars: ✭ 21 (-16%)
Mutual labels:  rotation
antenna analyzer vna
Pocket Arduino Nano based graphical SWR 160-6m bands panoramic VNA antenna analyzer based on AD9850, AD8302 and SGA3386
Stars: ✭ 17 (-32%)
Mutual labels:  encoder
SplittableViewKit
A cell of IndexPath(row: 0, section: 0) in UITableView is automatically moved to left view when device rotated.
Stars: ✭ 39 (+56%)
Mutual labels:  rotation
Compressed2TXT
File(s)/Folder(s) "Send to" menu .bat ascii encoder with optional password and makecab lzx compression
Stars: ✭ 156 (+524%)
Mutual labels:  encoder
Alom
Alom PHP Obfuscator / Encoder can protect from your codes
Stars: ✭ 50 (+100%)
Mutual labels:  encoder
EncoderTool
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be attached to encoder changes and button presses to allow for event driven applications
Stars: ✭ 29 (+16%)
Mutual labels:  encoder
Image deionising auto encoder
Noise removal from images using Convolutional autoencoder
Stars: ✭ 34 (+36%)
Mutual labels:  encoder
CorBinian
CorBinian: A toolbox for modelling and simulating high-dimensional binary and count-data with correlations
Stars: ✭ 15 (-40%)
Mutual labels:  count
pycayennelpp
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Stars: ✭ 17 (-32%)
Mutual labels:  encoder
Quadcopter SimCon
Quadcopter Simulation and Control. Dynamics generated with PyDy.
Stars: ✭ 84 (+236%)
Mutual labels:  rotation
keystore-go
A Go (golang) implementation of Java KeyStore encoder/decoder
Stars: ✭ 119 (+376%)
Mutual labels:  encoder
x264-rs
x264 bindings
Stars: ✭ 32 (+28%)
Mutual labels:  encoder
LinqBenchmarks
Benchmarking LINQ and alternative implementations
Stars: ✭ 138 (+452%)
Mutual labels:  count
Deep-Learning-Tensorflow
Gathers Tensorflow deep learning models.
Stars: ✭ 50 (+100%)
Mutual labels:  encoder
token
A simple base62 encoded token library for go, ideal for short url services.
Stars: ✭ 68 (+172%)
Mutual labels:  encoder
Rotary Encoder Breakout-Illuminated
This is a clever little breakout board for both the RGB and R/G illuminated rotary encoders.
Stars: ✭ 16 (-36%)
Mutual labels:  encoder
ffcvt
ffmpeg convert wrapper tool
Stars: ✭ 32 (+28%)
Mutual labels:  encoder
VnArduino
VNA software with an Arduino
Stars: ✭ 27 (+8%)
Mutual labels:  encoder
otfed
An OpenType font format encoder & decoder written in OCaml
Stars: ✭ 15 (-40%)
Mutual labels:  encoder

#MD_REncoder - Rotary Encoder Library

This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed.

Features

  • Debounce handling with support for high rotation speeds
  • Correctly handles direction changes mid-step
  • Checks for valid state changes for more robust counting and noise immunity
  • Interrupt based or polling in loop()
  • Counts full-steps (default) or half-steps
  • Calculates speed of rotation

If you like and use this library please consider making a small donation using PayPal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].