Close

I2C Woes

A project log for Triton

Automated sails for ships of any size

pnovotnakpnovotnak 04/12/2015 at 09:430 Comments

Since the initial prototype is going to use the I2C bus on the Edison, the first task I've assigned myself is getting a PCA9685 working with the board. I want to support as many boards as possible, but they all have different I2C modules with unique APIs. This drove me to create a simple wrapper to abstract them so that the bus can become more transparent to the framework. Behold, Pi2c is born!

Discussions