|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
|||
|
|||
|
Re: FRC Java Implementation of the SparkFun 6 Degrees of Freedom IMU Digital Combo Bo
Usage:
In our Sensors class: private ADXL345_I2C_SparkFun m_accel; In our Sensors() constructor: m_accel = new ADXL345_I2C_SparkFun(I2C.Port.kOnboard, Accelerometer.Range.k16G);Methods to get Gyro data: public double getAngleX() { |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|