Python Forum
How to make an input trigger the output once no matter how long input is high
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make an input trigger the output once no matter how long input is high
#1
I have a python code that plays a sound when I push a button, but if I hold the button, it keeps playing the sound, which I dont want.

So what line would I add in the code to make it that if I hold the button high, it will only send one output until i release the button and press it again.
Reply
#2
I'm not a Raspberry-Pi Guy, but that's a Broadcom MCU

so I think that if you:
  • set a GPIO as input
  • write 1 to the same GPIO port
  • Set the GPIO as output
it will write the value sent when it ws an input, and latch it

No Guarantee, but give it a go
Reply
#3
(Feb-04-2018, 10:28 PM)Larz60+ Wrote: I'm not a Raspberry-Pi Guy, but that's a Broadcom MCU

so I think that if you:
  • set a GPIO as input
  • write 1 to the same GPIO port
  • Set the GPIO as output
it will write the value sent when it ws an input, and latch it

No Guarantee, but give it a go

Ok, how do i do that. I know nothing about coding in python, or coding in general.
Reply
#4
Since I don't know the pi commands, I can only guess, so I will refer you to: https://makezine.com/projects/tutorial-r...nd-python/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Βad Input on line 12 Azdaghost 5 1,263 Apr-19-2025, 10:22 PM
Last Post: Azdaghost
  interactive process for input and output maiya 1 585 Mar-27-2025, 08:40 AM
Last Post: Gribouillis
  How to revert back to a previous line from user input Sharkenn64u 2 960 Dec-28-2024, 08:02 AM
Last Post: Pedroski55
  How to make it so whatever I input into a script gets outputted on a different file spermatozwario 4 1,156 Nov-24-2024, 12:58 PM
Last Post: deanhystad
Question [SOLVED] Same input different output antarling 2 924 Oct-25-2024, 11:28 PM
Last Post: antarling
  I think I need to delete input data because returning to start fails thelad 2 1,107 Sep-24-2024, 10:12 AM
Last Post: thelad
  Input function oldschool 1 738 Sep-14-2024, 01:02 PM
Last Post: deanhystad
  User input with while loops chizzy101010 2 5,492 Aug-25-2024, 06:00 PM
Last Post: chizzy101010
  ValueError: could not broadcast input array from shape makingwithheld 1 2,527 Jul-06-2024, 03:02 PM
Last Post: paul18fr
  email address input jacksfrustration 5 2,387 Jun-26-2024, 08:35 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020