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

Wire.begin error on Adafruit nRF52 #3

Closed Kongduino closed 4 years ago

Kongduino commented 4 years ago

error: no matching function for call to 'TwoWire::begin(uint8_t&, uint8_t&)'

The nRF52 Wire lib only has void TwoWire::begin(void) and void TwoWire::begin(uint8_t address).

bitbank2 commented 4 years ago

Created release 2.0.3 with a fix