sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
|
Gray code conversion inlines. More...
Functions | |
DWORD | bin2gray (const DWORD bin) |
Convert binary value to gray code. | |
DWORD | gray2bin (const DWORD gray) |
Convert gray code to binary value. | |
Gray code conversion inlines.
Convert binary value to gray code.
[in] | bin | - binary value |