Smallpeice Docs
This documentation explains how to use the kit and the robot's Python API.
There are a number of sections in the documentation offering help for the kit and programming. Under the tutorials section, concepts from across the entire documentation are brough together to help you understand what you can, or need, to do.
tip
Read the docs!
Within the documentation, you will find a number of boxes like this:
# Code example
print("Hello, world!")
These are code examples provided to help you.
From time to time, you may also see warnings such as the following:
warning
Test your code!
danger
High voltage
It would be advisable to take note of these - especially that last one! You will also come across blue boxes providing information, similar to the following:
info
Some useful information