I tried to construct the binary code from the two examples in the documentation (page 9):
“8487101C” should be: 1000 0100 1000 0111 0001 0000 0001 1100
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I tried to construct the binary code from the two examples in the documentation (page 9):
“8487101C” should be: 1000 0100 1000 0111 0001 0000 0001 1100
“88190AAB” should be: 1000 1000 0001 1001 0000 1010 1010 1011
Do you agree?