Hi All,
I am currently trying to create a compss like display for gyroscope data using the circle edge LED. The idea is to show direction of tilt to aid in making sure whatever it's mounted to is flat(sort of like a 2D level in X and Y). So far I have built off the 9 Axis wireling example to include the If statements to determine which LEDs to turn on and off. I am currently extracting the compass data but that is going to change once I am able to get it to read/react correctly. I am having trouble however with including the IF statements(visualizer command in code) as it seems to stop the code from continually collecting wireling data after a few seconds. When I comment out the if statements, the wireling runs continually collecting and printing data. Has anyone tried this/seen this issue before? Any info helps as I'm new to gyroscope data processing and charlieplexing.
Thanks!