Seeeduino XIAO as i2c-slave with the circuitpython?

Hello,

I found information about how to program the XIAO in the Arduino environment to make it act as an i2c slave (for communication over the i2c bus with a Raspberry Pi as a master e.g.). Has anyone done that using circuitpython on the XIAO?

thanks
alexsunny

I don’t believe the XIAO had enough space for it. The CircuitPython module to do it is i2cperipheral.

thanks my issue has been fixed.

Now Fully Fixed, Thanks Alot.