Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
set_led(3)			 Arcan Lua API			    set_led(3)

NAME
       set_led - Change	the active state of a single LED.

SYNOPSIS
       nil
       set_led(	id, num, state )

DESCRIPTION
       Set  the	state of the specific led (0..n	leds) on led controller	(id, >
       0) to state (1: on, not1: off).

EXAMPLE
       function	set_led0()
	     set_led(1,	0, 1);
       end

SEE ALSO:
       led_intensity(3)	set_led_rgb(3) controlled_leds(3)

iodev				  April	2025			    set_led(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=set_led&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help