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).