Hello,
I am trying to use smbus on pynq z2 to access i2c device in python. While there are 2 i2c devices exposed, as I understand, by default they’re not connected to any of the pins. How do I connect (preferably AR_SCL, AR_SDA) to the I2C bus 0 (or 1)? Thank you.