s0: import time

master
ademant 2019-06-19 05:18:24 +02:00
parent f272692999
commit d406f2d563
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import RPi.GPIO as g
from time import sleep
import time
import json,socket
g.setmode(g.BCM)
g.setup(1, g.IN,pull_up_down=g.PUD_UP)