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

compilation errors #32

Closed FutureTEK99 closed 1 year ago

FutureTEK99 commented 1 year ago

Compilation error: too few arguments to function 'int I2CDiscoverDevice(BBI2C, uint8_t, uint32_t)' also: Arduino will call setup() and then call loop() over and over in an infinite loop.

bitbank2 commented 1 year ago

I added a 3rd parameter (capabilities) to the function. I'll update the examples.