Search found 1 match
- Wed Dec 12, 2018 2:47 am
- Forum: Troubleshooting
- Topic: Raspbery Pi Zero W getting Heated and Dead when used the internal pull-up register for both GPIO13 and GPIO20
- Replies: 1
- Views: 250
Raspbery Pi Zero W getting Heated and Dead when used the internal pull-up register for both GPIO13 and GPIO20
I'm new to the raspberry pi. I have raspberry pi Zero W and I'm using it as a counter. I have used the GPIO26 and GPIO19 for two LED's Via 330ohm register with the ground. I also using the GPIO13 (GPIO.setup( 13, GPIO.IN, pull_up_down = GPIO.PUD_UP )) for push-button. For the counter, I added the li...