sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
|
BCD code conversion inlines. More...
#include <stdlib.h>
Functions | |
DWORD | HexToBCD (const DWORD hex) |
Converts hexadecimal value to BCD. | |
DWORD | BCDToHex (const DWORD bcd) |
Converts BCD value to hexadecimal. | |
BCD code conversion inlines.
Converts BCD value to hexadecimal.
[in] | bcd | - BCD value to convert |