M
Max Adams
How can I set a byte to hold the binary value 10?
Doing this doesn't work, I want to store the code for 10 in 1 byte of
memory.
byte encodedBytes = '10';
Doesn't compile "Too many characters in character literal"
Any thoughts?
Doing this doesn't work, I want to store the code for 10 in 1 byte of
memory.
byte encodedBytes = '10';
Doesn't compile "Too many characters in character literal"
Any thoughts?