Updated fetchprogram, ignores pycache, created ledtest with npn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user