cwoodruf / EXTERNAL-uav-helicoptor-ece4007

Automatically exported from code.google.com/p/uav-helicoptor-ece4007
0 stars 0 forks source link

Modify I2C Library to handle 2 Addresses #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some i2c devices, i.e. the ADXL345, use 2 different addresses...1 for read, 1 
for write.

In order to accommodate these devices, along with ones that use singe 
registers, the library should support both single and double address chips.

Should be a simple addition to the class, with an extra constructor.

Original issue reported on code.google.com by joey@jyore.com on 22 Jan 2012 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by joey@jyore.com on 22 Jan 2012 at 5:23

GoogleCodeExporter commented 9 years ago
Completed.

Original comment by joey@jyore.com on 22 Jan 2012 at 3:23