pico_i2c_slave
pico_i2c_slave copied to clipboard
I2C slave library for the Raspberry Pi Pico
I am using a pycom device as I2C master running MicroPython. When I try to send/read some bytes, this is the order that the pico_i2c_slave i2c_slave_handler triggers: 1. I2C_SLAVE_RECEIVE 2....
Hello! First of all thank you for creating this awesome library. We've used it in the firmware for an open source device we're building (https://github.com/badgeteam/mch2022-firmware-rp2040/tree/renze/i2c-debug). We're encountering a problem: if...
Thanks for providing this example, in fact the Raspberry Pi Pico C/C++ SDK is really incomplete in this regard!!! Are interrupts like your library does really the only way to...
Hi, I have been using your very useful library to create some test code to try and get to the bottom of an issue I originally encountered using I2C slave...