Hi,
I have a python program that will be run away from a computer. Is it possible to run the program without keying run on the ide? For example with a switch of the GPIO (but then this will need a program also?)
One possibilty could be to change the python program you want to run so it waits until a gpio signal is read to execute the main task, and then goes back into waiting for a new gpio-input.