Advertisement
Guest User

test

a guest
Nov 28th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. #!/usr/bin/env python
  2. import time
  3. import RPi.GPIO as GPIO
  4.  
  5. import logging
  6. logging.basicConfig(format='%(asctime)s %(message)s', datefmt='%d.%m.%Y %H:%M:%S')
  7. logging.info('Present Card')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement