[Bug 1899824] Re: Internal pull-up resistors not working

2021-02-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rpi.gpio (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899824 Title: I

[Bug 1899824] Re: Internal pull-up resistors not working

2020-11-18 Thread MinePro120
** Description changed: Consider the 3 following scripts : 1~ #!/bin/python3 from gpiozero import Button import time import os stopButton = Button (17) while True:  if stopButton.is_pressed:  os.system ("sudo shutdown now

[Bug 1899824] Re: Internal pull-up resistors not working

2020-11-18 Thread MinePro120
** Summary changed: - RPi.GPIO doesn't detect falling edge (wait_for_edge, add_event_detect) + Internal pull-up resistors not working ** Description changed: Consider the 3 following scripts : 1~ #!/bin/python3 from gpiozero import Button import t