

Seed.PrintLine("I2C device found at address %x !", prAddress) Īnd the output when the Seed is connected (pins 12/13 on the pinout): Daisy is online Int prAddress = (address < 16) ? 0 : address = _i2c.TransmitBlocking(address, &testData, 1, 500) Static constexpr I2CHandle::Config _i2c_configįor(unsigned char address = 1 address < 127 address++) 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.
