sleep removed... remained from some test

This commit is contained in:
telegnom 2015-03-22 02:11:12 +01:00
parent 9340e23036
commit 58eaf1cfc0

View File

@ -18,7 +18,6 @@ lpower = 10000
while True:
#wait for a falling edge on gpio 24
#GPIO.wait_for_edge(24, GPIO.FALLING)
time.sleep(2)
#get current time and calculate current power from difference
current = time.time()