4 lines
83 B
Python
4 lines
83 B
Python
from pymycobot import MyAGVPro
|
|
m = MyAGVPro('/dev/agvpro_controller')
|
|
m.power_on()
|