Closed PaulZC closed 4 years ago
Added some debug improvements to help when testing issue #42:
.begin
parseInputReport
Serial
receivePacket
printPacket
printHeader
Added some debug improvements to help when testing issue #42:
.begin
will print out the chip version informationparseInputReport
now only prints if debugging is enabled (will avoid compilation issues on platforms that don't haveSerial
)receivePacket
now does aprintPacket
if debugging is enabledprintHeader
to help trap empty packets (if any)