L
LEM
Hi all,
Perhaps an easy question, but I haven't been able to find the solution.
Let's suppose that I have this:
byte a[5];
a[0]=0x01;
a[1]=0x6B;
I would like to concatenate all the values from that array (from left to
right) and get the decimal value.
For this example, it would be 363 (0x016B)
How can I get that 363?
Thanks!
Perhaps an easy question, but I haven't been able to find the solution.
Let's suppose that I have this:
byte a[5];
a[0]=0x01;
a[1]=0x6B;
I would like to concatenate all the values from that array (from left to
right) and get the decimal value.
For this example, it would be 363 (0x016B)
How can I get that 363?
Thanks!

