Skip to content
vellons edited this page Oct 3, 2022 · 2 revisions

Welcome to the SimplePYBotSDK wiki! A simple Python3 library to manage the states of servomotors and sensor in a robot.

Setup

python3 -m venv env
source ./env/bin/activate
pip install wheel
pip install git+https://github.com/vellons/SimplePYBotSDK.git@main

See examples folder.

Clone this wiki locally