Hi all,
I am stucked at this problem - net to let user set string as byte eg. "0xFF", And parse it to byte. Problem is, that using...
byte byteVar = (byte) "0xFF";
...is incompatible. Nice page about this is there.
Any idea how solve this? Thx for your help..