MadgwickAHRS icon indicating copy to clipboard operation
MadgwickAHRS copied to clipboard

Visualize101.ino: Simplify sensor reading

Open eriknyquist opened this issue 7 years ago • 5 comments

CurieIMU now has dataReady() functions to check for newly available accel/gyro data, and also readAccelerometer/GyroScaled(), which reads then sensor and returns values scaled according to the configured range. Using these functions in the Visualize101 example makes the source much simpler

eriknyquist avatar Oct 11 '16 17:10 eriknyquist