wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

Add strobe LED button on web dashboard #178

Open AustinShalit opened 3 years ago

AustinShalit commented 3 years ago

This would allow users to identify which Romi they are connected with.

ThadHouse commented 3 years ago

The green OK LED can be controlled from software. It's available as /sys/class/leds/led0/

zhiquanyeo commented 3 years ago

https://www.jeffgeerling.com/blogs/jeff-geerling/controlling-pwr-act-leds-raspberry-pi

The instructions for the Pi2 might work for the Pi3 as well