TheGheff / 2013-FRC_4121

FRC Robot based on the Simple Robot Template
0 stars 0 forks source link

Create an instance of the class for the Accelerometer #2

Open TheGheff opened 11 years ago

TheGheff commented 11 years ago

We are using I2C to communicate with the accelerometer, so the Accelerometer_I2C class should be used.

Cressman-4121 commented 11 years ago

Need to fix the class that we are using, currently using the analog form, but we should be using the ADXL345_I2C class to get all three axis.