Skip to content

Commit 3a03dc4

Browse files
committed
added testing flags
Added some notes to return scripts to functioning status.
1 parent 316546d commit 3a03dc4

File tree

5 files changed

+7
-783
lines changed

5 files changed

+7
-783
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.pyc
2+
*.csv

log/03-01-2019-loggedvals.csv

-1
This file was deleted.

main.py

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
import os
1515
import time
1616
from filehandling import *
17+
18+
# If running on Pi use these imports:
19+
#from gpiobasics import *
20+
#from sensehatbasics import *
21+
22+
# If testing on PC use these imports:
1723
from gpiodummy import *
1824
from getcpu import *
1925
#from screens import *

0 commit comments

Comments
 (0)