|
NAMEset_led - Change the active state of a single LED.SYNOPSISnilset_led( id, num, state ) DESCRIPTIONSet the state of the specific led (0..n leds) on led controller (id, > 0) to state (1: on, not1: off).EXAMPLEfunction set_led0() set_led(1, 0, 1); end SEE ALSO:led_intensity(3) set_led_rgb(3) controlled_leds(3)
Visit the GSP FreeBSD Man Page Interface. |