We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The wrapper for Serial.print(val >> i & 1, BIN); and Serial.print(i, HEX); is probably missing which causes build failures.
Serial.print(val >> i & 1, BIN);
Serial.print(i, HEX);