The problem:
- I have a char array
char myCharArray[] = "0x77"
that I need to convert to become the same asuint8_t = 0x77
.
I have tried all sort of things but ran out of ides. Can this be done, and if so can I get some help please.
Thanks in advance