代码拉取完成,页面将自动刷新
#!/usr/bin/python3
#coding=utf-8
#author:sundxfansky@sjtu.edu.cn
#继电器模块驱动 2_raly_model drive
# #测试程序
# GPIO.setmode(GPIO.BOARD)
# #给定初始值
# GPIO.setup(36, GPIO.OUT, initial = GPIO.LOW)
# GPIO.setup(38, GPIO.OUT, initial = GPIO.LOW)
# time.sleep(2)
# print("opening....")
# GPIO.output(36,GPIO.HIGH)
# GPIO.output(38,GPIO.HIGH)
# time.sleep(10)
# GPIO.cleanup()
#初始化开关
def switch_init(switch1 = 36,switch2 = 38):
print("Switch initializing......")
gpio.setup(switch1, gpio.OUT, initial = gpio.HIGH)
gpio.setup(switch2, gpio.OUT, initial = gpio.HIGH)
print("Switch initialized")
#开启驱动版
def open_drive_board(switch = 36):
print("Opening drive board......")
gpio.output(switch,gpio.LOW)
print("Opened drive board")
#向前走
def change_move_forward(switch = 38):
print("Changing move forward.....")
gpio.output(switch,gpio.LOW)
print("changed move forward")
#向后走
def change_move_back(switch = 38):
print("Changing move back.....")
gpio.output(switch,gpio.HIGH)
print("changed move back")
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。