Flight Core LEDs
-
Is there documentation somewhere on how to manually control the LEDs on the flightcore?
-
Hi Andrew,
Here's an example that we use to go through the LEDs during board testing, this isn't exposed really but if you want to modify code here's how to toggle them:
https://github.com/modalai/px4-firmware/blob/modalai-1.11/src/systemcmds/modalai/modalai.c#L251
Let me know if you need anything else!
-Travis
-
Thank you @modaltb. I was able to control the LED with my code (yellow = waiting for serial, blue = data valid, red = data not valid).