disabled accelerometer (use past commit for this script to work for app)
This commit is contained in:
@@ -13,7 +13,7 @@ void SensorManager::sensorSetup() {
|
||||
//start sensorfunction and start autocalibration
|
||||
//once calibration is enabled it attempts to every 5 min
|
||||
myIMU.enableGyroIntegratedRotationVector(100); //send data every 100ms
|
||||
myIMU.enableAccelerometer(100); //Send data update every 100ms
|
||||
// myIMU.enableAccelerometer(100); //Send data update every 100ms
|
||||
// myIMU.enableStepCounter(500); //Send data update every 500ms
|
||||
}
|
||||
//get sensordata
|
||||
|
Reference in New Issue
Block a user