实验室机器人控制代码¶
import RPi.GPIO as GPIO
import serial
import time
ser=serial.Serial("/dev/ttyACM0",115200,timeout=1)
while T
2019-12-27