Hope someone can help me, I would like to run another *.py
"test.py" under this def here
"test.py" under this def here
Code:
def access_denied(serial_com):
# This is called when a tag has been scanned and denied
# Write your own logic here to do more on the computer
LIKE RIGHT HERE
say('Access Denied')
# Send the letter D for deny
serial_com.write('D')
print 'Tag access denied.'
Comment