im having a project and teachers needs us to use arduino to make a work .
like i m just thinking like using photo booth in mac .
when you press the button on the board of arduino ,
at the same time , you press the shooting button on photo booth ,
then there will be 3 led light on board for counting down .
so guys is it possible to do this like button pressed on board and photo booth running at the same time ?
any open source please ?
Sure, they can run at the same time (or as close to each other for the difference not to matter).
if (button == pressed)
{
Do what you want with your LEDS;
mouse.click();
}
Please remember to make a more meaningful topic than "hey guys i need help :(".
It doesn't tell the reader anything about whether your issue is interesting for him or not.