sys append

This commit is contained in:
Robert Köpferl 2020-06-21 01:11:01 +02:00
parent 568cd9d8c2
commit 4abcb8ce98
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import csv
import random
import time, os
import sys
import sys.path.append('PiPyADC')
sys.path.append('PiPyADC')
import time
import numpy as np
import itertools