Skip to content

Commit

Permalink
Ease up on the cpu.
Browse files Browse the repository at this point in the history
  • Loading branch information
westphae committed Apr 4, 2017
1 parent 23df9c9 commit bc54533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/mpu9250.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const (
gyroRange = 250 // gyroRange is the default range to use for the Gyro.
accelRange = 4 // accelRange is the default range to use for the Accel.
updateFreq = 1000 // updateFreq is the rate at which to update the sensor values.
updateFreq = 50 // updateFreq is the rate at which to update the sensor values.
)

// MPU9250 represents an InvenSense MPU9250 attached to the I2C bus and satisfies
Expand Down

0 comments on commit bc54533

Please sign in to comment.