def testIt():
initGPIO()
lightTubes()
initTubes()
scrollList("The quick brown fox jumped over the lazy red hypercaterpillar".split())
print("************** running quick test ")
with picamera.PiCamera() as cam:
initcam(cam)
time.sleep(1.5)
cam.capture('tweet.jpg',resize=(800,480))
cam.close()
time.sleep(10)
return()
评论列表
文章目录