philwmcdonald
Results
2
comments of
philwmcdonald
A reminder that removing the grey physical key disables the keys. Clearly that's not under software control. Disabling the button interrupt will of course do this, but then requires serial...
Additionally in Lin::recv(): if (dataChecksum(message,nBytes,idByte) == cksum) bytesRcvd = 0xff; should probably be: if (dataChecksum(message,nBytes,(addr == 0x3d) ? 0: idByte) != readByte) bytesRcvd = 0xff;