Raspberry PI GPIO inputs & GUI
I have a programme running timers for lenses for exposure time and i need to be able to update the colour of a label depending on the status of a GPIO input. If i start a function to check the GPIO status it doesnt continue to the rest of the code. How do you call a function to check GPIO inputs without freezing the remainder of the code. Is there a sample programme i can adapt?