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

Arduino Example No Longer Works #30

Open janbbeck opened 2 years ago

janbbeck commented 2 years ago

The Arduino example I2C_Detector calls I2CDiscoverDevice with two parameters. However the current version of BitBang_I2C asks for 3, causing the compile to fail.

Going to version 1.x in the LibaryManager lets BitBang work again.