Hello programming universe. So I am trying to use lights and an RFID reader attached to an Arduino board, and I am having an issue.....
When I use the program nfc.readPassiveTargetID(blah, blah, blah), it will stop the entire program to search for an RFID chip. Is there a way to let it search for a second or two and then move on? I want to move the lights at the same time, but can't do this while the program is waiting on the program searches for a chip.
Any advice to fix this dilemma?
Thanks,
PSD