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

Says "any micro" but I can't see a PIC impl? #25

Closed Johnlon closed 3 years ago

Johnlon commented 3 years ago

Is there one?

Thanks

bitbank2 commented 3 years ago

I don't use PIC controllers because of the lack of open source tools. All you have to do is change the GPIO pin functions and the rest of the code will work.