Skip to content
Snippets Groups Projects
Commit 799904f7 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

mpu9250: lowPowerAccelOnly may be called from LP_ACCEL to change update rate

parent aa96236e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ transition:
src: [STANDBY, LP_ACCEL, ACCEL, GYRO, MAGNET, NINEAXIS]
dst: SLEEP
lowPowerAccelOnly:
src: [SLEEP, STANDBY, NINEAXIS, ACCEL, GYRO, MAGNET]
src: [SLEEP, STANDBY, NINEAXIS, LP_ACCEL, ACCEL, GYRO, MAGNET]
dst: LP_ACCEL
arguments:
- name: rate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment