Commit c7f742c3 authored by Forquet Nicolas's avatar Forquet Nicolas
Browse files

close issue #24: python does not take relative path. Had to be transform into an absolute path

Showing with 1 addition and 1 deletion
+1 -1
......@@ -41,7 +41,7 @@ coef_p0 = 2.5 # slope for current conversion for ADS.P0, measurement in V/V
coef_p1 = 2.5 # slope for current conversion for ADS.P1, measurement in V/V
coef_p2 = 2.5 # slope for current conversion for ADS.P2, measurement in V/V
coef_p3 = 2.5 # slope for current conversion for ADS.P3, measurement in V/V
export_path = "~/measurement.csv"
export_path = "/home/pi/Desktop/measurement.csv"
"""
functions
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment