bdrmachine-cox-
Questions:
-
Can someone give me a C example of how to combine 2 unsigned chars (msb and lsb) and store as a unsigned int (L)? It seams the technique I'm using is more involved then it should be. Would "L= msb<<8 + lsb;" work?
Thanks
Much
Interested: