release GPIO included

This commit is contained in:
tillraab 2019-09-10 11:03:48 +02:00
parent 35c33942df
commit 4a415271e3

View File

@ -61,6 +61,7 @@ def main():
if time() - LED2_t >= LED2_t_interval:
LED1_t = time()
GPIO.cleanup()
if __name__ == '__main__':
main()