Hi all,
New to python, new to programming in fact. I'm creating a project that uses RFID cards and a reader to add credit to a video arcade machine.
As it stands, I can read an RFID card and check to see if the card is active of disabled. If active I need a way to allow the same card to be used only once per minute so looking for some kind of cool down function.
I'm using a mysql database to store the card numbers, maybe I need to have a separate column that holds a value for when the card was last used?