This function drives the robot forward, backward, left, or right at the specified speed (0-100).
runbobot()
Function Definition: runbobot('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 |
|---|---|---|---|---|
| '1', '100' | int | This function drives the robot forward, backward, left, or right at the specified speed (0-100). | '1', '100' |
Description
Example
There are no examples documented for this article.
