Adafruit_BusIO
Adafruit_BusIO copied to clipboard
fixed HEX print
debug serial data was printing in decimal, when it should have been hex (or alternatively, the "0x" prefix should be removed)
before:
Address 0x44 Not detected
after
Address 0x2C Not detected
+1! I ran into this when debugging something too!
Closed by 14d379e4d362eb93ec2419e5d9a86efc44d4aadd