Is there a C function which allow to do some calculation with hexadecimal values ? Simple addition...
For example, I would like to do this:
unsigned char BCheckSum;
BCheckSUm = 0x0E + 0x11 + 0x2D;
Thank's for advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.