disabled accelerometer (use past commit for this script to work for app)

This commit is contained in:
2024-05-29 17:56:47 +02:00
parent fbe392d511
commit 3e2a36c185
2 changed files with 13 additions and 6 deletions

View File

@@ -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