Hi,
I want to have 2 functions working at the same time. These two functions are triggered by different sensors (light sensor trigger LEDs lighting and an accelerometer trigger a buzzer).
I want both “working” at the same time. I tried several solutions but I always end up with the same output, either nothing works, either the delay from one function impact the second one.
Is it possible to have two functions running in parrallel? If yes, how can I make it?
Thank you for your help