GRAY_TO_BYTE (FUN)
FUNCTION GRAY_TO_BYTE : BYTE
Converts one byte of GRAY code into one byte of binary code
Requirements: Functions: PUTBIT, EXTRACT
InOut:
Scope
|
Name
|
Type
|
Comment
|
Return
|
GRAY_TO_BYTE
|
BYTE
|
Value in binary code for the input B
|
Input
|
B
|
BYTE
|
Value in GRAY code
|