![]()  | 
  
    Erriez Full step Rotary Encoder
    1.1.0
    
   Three speed Full Step Rotary Encoder Library for Arduino 
   | 
 
Three speed full step Rotary Encoder library for Arduino. More...

Go to the source code of this file.
Macros | |
| #define | DIR_NONE 0x00 | 
| No complete step yet.  | |
| #define | DIR_CW 0x10 | 
| Clockwise step.  | |
| #define | DIR_CCW 0x20 | 
| Counter-clockwise step.  | |
| #define | RFS_START 0x00 | 
| Rotary full step start.  | |
| #define | RFS_CW_FINAL 0x01 | 
| Rotary full step clock wise final.  | |
| #define | RFS_CW_BEGIN 0x02 | 
| Rotary full step clock begin.  | |
| #define | RFS_CW_NEXT 0x03 | 
| Rotary full step clock next.  | |
| #define | RFS_CCW_BEGIN 0x04 | 
| Rotary full step counter clockwise begin.  | |
| #define | RFS_CCW_FINAL 0x05 | 
| Rotary full step counter clockwise final.  | |
| #define | RFS_CCW_NEXT 0x06 | 
| Rotary full step counter clockwise next.  | |
Three speed full step Rotary Encoder library for Arduino.
Source: https://github.com/Erriez/ErriezRotaryEncoderFullStep Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
Definition in file ErriezRotaryFullStep.cpp.
 1.8.13