ydeydeyde / turnLight

MPU 6050 manipulating Neo Pixel addressable LED strips
1 stars 1 forks source link

Readings freezes #1

Open ydeydeyde opened 6 years ago

ydeydeyde commented 6 years ago

The MPU 6050 readings freezes whenever an if statement calling pixels is executing. Could be a missing exit condition, or could be that the MPU needs a reset.

ydeydeyde commented 6 years ago

Fixed: removed delay in chaseA and chaseB functions.