-
CommentStreams:751828bb927898e6c7253524deb06a07
Jump to navigation
Jump to search
I'm using following code for shutdown: GPIO.output(GPIO_PORT, GPIO.HIGH) time.sleep(3) GPIO.output(GPIO_PORT, GPIO.LOW)
I have auto power-on jumper inserted. Why do I have to cycle power twice to turn the Raspberry back on?