完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
|
|
相关推荐
1 个讨论
|
|
能。把它写入开机启动项就好了。
import RPi.GPIO as GPIO import time import os,sys import signal GPIO.setmode(GPIO.BCM) #define GPIO pin pin_btn=7 pin_led=17 GPIO.setup(pin_btn, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(pin_led, GPIO.OUT, initial=GPIO.LOW) press_time=0 count_down=10 led_on=1 def cleanup(): '''释放资源,不然下次运行是可能会收到警告 ''' print('clean up') GPIO.cleanup() def handleSIGTERM(signum, frame): #cleanup() sys.exit()#raise an exception of type SystemExit def onPress(channel): global press_time,count_down print('pressed') press_time+=1 if press_time >3: press_time=1 if press_time==1: GPIO.output(pin_led, 1) print('system will restart in %s'%(count_down)) elif press_time==2: print('system will halt in %s'%(count_down)) elif press_time==3: GPIO.output(pin_led, 0) |
|
|
|
|
|
1655 浏览 1 评论
1942 浏览 0 评论
这是汽车360全景控制器上的主板,请问圆圈中的原件是什么,起什么作用?
2098 浏览 0 评论
2759 浏览 0 评论
5201 浏览 0 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-5 05:07 , Processed in 0.636699 second(s), Total 49, Slave 38 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号