Skip to content

Class DroneBottomFlashLedApi ​

Handles interactions with Drone Bottom Flash LED

Methods: ​

__init__ ​

python
def __init__(
	rc_api
)

Initialize self. See help(type(self)) for accurate signature.

Params: ​
  • rc_api: Any



set_brightness ​

python
def set_brightness(
	brightness: int
)

Sets the brightness of the LED.

Params: ​
  • brightness: int - Brightness percentage (0-100).