Roseek_SetLEDDriverStrength
Sets the driver strength of LED.
Syntax
C++
Python
def Roseek_SetLEDDriverStrength( state: Roseek_State, inType: RoseekLEDDriverType, inStrength: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Roseek_State | |||
![]() |
inType | RoseekLEDDriverType | Driver type (own or external) | ||
![]() |
inStrength | int | 0 - 1500 | Strength. For OWN driver type the max value is 330 otherwise 1500 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


