Kevin O'Connor 1a1568c38b mpu9250: Fix incorrect use of time.sleep()
It is not valid to call time.sleep() in the host python code (it could
causes glitches in other processing, and it does not ensure there is a
pause between operations on the mcu).

Use minclock instead of time.sleep() to ensure there is a sufficient
pause during chip startup.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-01-07 11:59:55 -05:00
..
2023-06-21 21:17:17 -04:00
2023-11-02 13:08:53 -04:00
2022-09-03 12:23:55 -04:00
2023-08-01 20:32:03 -04:00
2022-05-13 13:53:17 -04:00
2022-04-18 11:07:05 -04:00
2023-12-19 14:57:39 -05:00
2022-06-30 13:56:35 -04:00
2023-03-20 10:58:25 -04:00
2023-06-16 16:38:42 -04:00
2023-06-16 16:38:42 -04:00
2023-03-20 10:58:25 -04:00
2023-03-20 10:58:25 -04:00