-

CommentStreams:751828bb927898e6c7253524deb06a07

From Geekworm Wiki
< X728-hardware
Revision as of 08:18, 21 January 2025 by 81.197.7.236 (talk) (Migrated comment #5483)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?