Hello fellas...
I was wondering if anyone can tell me what happens or better yet if it is even possible to do something like this while using a ULN2003a mosfet:
Say i have two devices (lets say 2 LEDs for example) and i write a code that turns on LED1, delays 1s, turns LED1 off and then turns on LED2 and does the same.
If i just write something like:
Will this work like i have described or will they both turn on same time and LED2 just lasts a second longer?
And one more question, what happens if i used lets say "delay(10000)" at the end of the loop?
Will both lights be off for 10s and then the process repeats or is this something that can not be done here?
Why do you bother other people if you can answer all your questions yourself? Run your code and come back with specific questions if the behavior does not match your expectations.