Gray Code Function

par WilliamsOb
Aucune image disponible

Fichiers imprimables (0)

Aucun fichier STL / OBJ / STEP disponible pour cette pièce.

Description

This function returns the gray code representation of the supplied bit count.

Gray code is useful in that it is a binary representation of values where only one bit changes at a time as the represented number increases. This allows reliable sensing of magnets or holes for linear or rotary encoders.

The function supports bit counts from 2 to 8 and is hard coded.

Tags