Python API Guide
This guide will walk you through using all of the features of the MotorGo Python API.
- Getting Started: Import the MotorGo board, configure the power supply voltage, and connect to the board.
- Reading Encoder Data: Read the encoder data from the MotorGo board.
- Motor Control: Control the motors on the MotorGo board.
- Reading IMU Data: Read the IMU data from the MotorGo board.
- Reading QWIIC Sensors: Read data from connected QWIIC sensors.
You can also jump straight to the example code for full working code for each feature:
- Example: Motor Control: Control the motors and read the encoder data from the MotorGo Plink board.
- Example: Read IMU Data: Read the IMU data from the MotorGo Plink board.
⚠️
Note: The Python API currently only supports the MotorGo Plink board. Support for the MotorGo Axis board is coming soon!