Here’s my libdaisy version: #include 'daisy_seed.h' Serial.println('No I2C devices found\n') ĭelay(5000) // wait 5 seconds for next scanĪnd the output (connected via A4/A5 to 3 daisy-chained (!) GPIO boards: Scanning. Serial.print('I2C device found at address 0x') Here’s the i2cScanner code from Arduino that I’m porting: #include įor(byte address = 1 address < 127 address++ ) I wonder if you’d have a look at my code?
I thought I understood everything based on your comments, Stephen, but I’m having no success.