Function fromBCD
Converts a BCD encoded byte into a normal byte.
ubyte fromBCD
(
ubyte Number
);
Converts a BCD encoded byte into a normal byte.
ubyte fromBCD
(
ubyte Number
);