This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
from sys import exit | |
from Adafruit_CharLCDPlate import Adafruit_CharLCDPlate | |
from subprocess import * | |
from time import sleep, strftime | |
from datetime import datetime | |
import time |