bitbank2 / BitBang_I2C

A software I2C implementation to run on any GPIO pins on any system
GNU General Public License v3.0
235 stars 31 forks source link

Support Raspberry Pi PICO #31

Open yoprogramo opened 1 year ago

yoprogramo commented 1 year ago

Added support for raspberry pi pico. Compiled sucessfully with this platformio.ino:

[env:pico] platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipico framework = arduino