This function sets the LED color and brightness. The color is specified using RGB values (Red, Green, Blue), and the brightness is an integer between 0 and 100.
Table of Contents
setled()
Function Definition: setled(color, brightness)
- Python Library: RGB LED (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| color, brightness | int | This function sets the LED color and brightness. The color is specified using RGB values (Red, Green, Blue), and the brightness is an integer between 0 and 100. |
Description
Example
There are no examples documented for this article.
