Updated fetchprogram, ignores pycache, created ledtest with npn

This commit is contained in:
LazyAssassin445
2017-03-11 13:46:58 +00:00
parent 731acedea7
commit 2ad3620908
3 changed files with 20 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python3
import os, sys
lib_path = os.path.abspath(os.path.join('..', 'modules'))
lib_path = os.path.abspath(os.path.join('.', 'modules'))
sys.path.append(lib_path)
import hdc1000
import weight