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 for ATSAM devices #18

Closed Niels-Post closed 3 years ago

Niels-Post commented 3 years ago

Same as for AVR devices, Wire for SAM devices has no 2 argument begin… When using the no argument constructor, the BitBang implementation works (tested on Arduino Due)