Page 637 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 637
curs.execute(sql)
print('*' * 10)
print(rfid)
print("You are not authorized User. Who R U?")
print('*' * 10)
p1.ChangeDutyCycle(servoAngle[1])
p2.ChangeDutyCycle(servoAngle[1])
time.sleep(1)
locked = True
pass
except KeyboardInterrupt :
print("KeyboardInterrupt Exit!!")
finally :
gpio.cleanup()
ser.close()
p1.stop()
p2.stop()
- 630 -