Hello,
I wanted to figure out a way to control the front panel LED through a C# app (just trying to blink it on & off for now). I've played around with a standard Raspberry Pi before (controlling LED's through the GPIO pins), so I've made an app similar to the code from this link: https://docs.microsoft.com/en-us/dotnet/iot/tutorials/blink-led, but I'm having trouble finding out how I can access the LED. Is there anything specific I need to do to I access the front panel LED?
Thanks in advance.