This function runs a motor in the forward or backward direction at the specified speed (0-100).
runmotor()
Function Definition: runmotor('L', '1', '100')
- 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 |
|---|---|---|---|---|
| 'L', '1', '100' | int | This function runs a motor in the forward or backward direction at the specified speed (0-100). |
Description
Example
There are no examples documented for this article.
