diff --git a/Perso/serialToCSV.sh b/Perso/serialToCSV.sh index 30eb346..e175916 100755 --- a/Perso/serialToCSV.sh +++ b/Perso/serialToCSV.sh @@ -3,7 +3,7 @@ function pythonGraph { echo "DATAEND" >> "$3" echo "" > /dev/ttyACM0 - python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$2" "$1" + python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$2" "$1" exit } @@ -36,4 +36,4 @@ while true; do esac done -python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1" \ No newline at end of file +python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$outFile" "$1" \ No newline at end of file