Namespace Meadow.Foundation.Sensors.Rotary
Classes
RotaryEncoder
Digital rotary encoder that uses two-bit Gray Code to encode rotation.
RotaryEncoderWithButton
Digital rotary encoder that uses two-bit Gray Code to encode rotation and has an integrated push button
Structs
TwoBitGrayCode
Represents a 2 bit version of GrayCode (https://en.wikipedia.org/wiki/Gray_code) used to encode the current state of a rotary encoder.