This function sets the PWM output of the specified pin to the given value between 0 and 255.
setanalogoutput()
Function Definition: setanalogoutput(‘1’, 50)
- Python Library: Quarky Mini Expansion Board
- Library Import: Quarky = QuarkyMiniExpansion, QuarkyIntellio = QuarkyMiniExpansion
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘1’, 50 | int | This function sets the PWM output of the specified pin to the given value between 0 and 255. |
Description
Example
There are no examples documented for this article.
