log file.
Paul Owen
owenpaul.po at gmail.com
Tue Jun 14 17:37:45 EDT 2016
Gmail
Google+
Calendar
Web
more
Inbox
pump programme
Paul Owen
to me
1 hour ago
Details
from gpiozero import LED,Button
from signal import pause
print ("Pump Programme Running")
led = LED(17)
low = Button (2)
high = Button (3)
high.when_pressed = led.on
low.when_released = led.off
#as you can see I need a simple way to log when led(pump) runs
hope seeing this helps.
regards Paul.
More information about the Python-list
mailing list