Growberry / growberry_pi

This is a local program that will run on a raspberry pi for reading/recording inputs, and controlling outputs.
http://www.reddit.com/r/growberry_pi
2 stars 0 forks source link

GPIO.cleanup() on exit #15

Closed austinmeier closed 6 years ago

austinmeier commented 6 years ago

From @austinmeier on April 12, 2016 8:1

should cleanup all GPIO pins upon 'ctr+c' or reboot need to prevent lights from flashing during the night cycle.

_Copied from original issue: austinmeier/old_growberrypi#2

austinmeier commented 6 years ago

Mostly fixed. ctr+c will cleanup pins. Not sure if crash or reboot will.

austinmeier commented 6 years ago

Lights turn off at shutdown, but fans seem to move to full speed in the absence of PWM. Might be the pin's default.

austinmeier commented 6 years ago

this issue seems in conflict with #11