Typedef rc_led_t#

Typedef Documentation#

typedef enum rc_led_t rc_led_t

Availabe LEDs on the BeagleBone platform.

This list may expand for future boards. Note that the WIFI and USR LEDs are normally controlled by separate processes. They can be controlled, but may conflict as other processes continue to try to write to them simultaneously.

The BAT LED’s are controlled by the rc_battery_monitor service. If you want to control these LEDs yourself please stop the service first.

sudo systemctl stop rc_battery_monitor
sudo systemctl disable rc_battery_monitor