- Project URL :
https://github.com/PetoiCamp/Petoi_MindPlusLib
Use the user library of Mind+V1.7.3 and above to load this extension to control the Petoi robot. It allows to schedule movements, play music, and access to the GPIO pins.
Download and install Mind+ Desktop app.
Input the project URL: https://github.com/PetoiCamp/Petoi_MindPlusLib in the interface to import this library as follows:
For Mac, you need to add these library files in /Users/{your username}/Documents/mindplus-py/environment/Python3.6.5-64/lib/python3.6/site-packages/
The following examples can be found in examples/ folder and opened by the Mind+ APP directly.
Write the value of digital pin (/examples/WriteDigital.mp)
Write the value of analog pin ((/examples/WriteAnalog.mp)
Read the value of analog pin ((/examples/ReadAnalog.mp)
Control the robot's joints and play melody ((/examples/Robot.mp)
MIT
MCU | JavaScript | Arduino | MicroPython | Python |
---|---|---|---|---|
arduino | √ | |||
esp32 | √ |
- V0.0.1 Basic functions completed.