This function runs a motor forward or backward with the specified speed for a defined time, then automatically stops the motor.
runmotorfortime()
Function Definition: runmotorfortime('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 forward or backward with the specified speed for a defined time, then automatically stops the motor. |
Description
Example
There are no examples documented for this article.
