Skip to content

ET-BE/MBED-quadrature-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quadrature Encoder Interface (QEI)

Simple library for quadrature digital encoders. Written for the Pololu 37D 64 bit encoder, but should be usable for different motors too.

Class was originally written for the K64F with MBED-OS. However, the code should be generic enough for any platform.

Example

QEI encoder(D11, D12);

int y = encoder.getPulses();
float revs = encoder.getRevolutions();

Credits

Code was originally written by Aaron Berk.

About

Quadrature encoder for the K64F microcontroller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages