From 8d44962bb7bece8718078ee0055505f53650918f Mon Sep 17 00:00:00 2001 From: Clement Remi <remi.clement@irstea.fr> Date: Fri, 18 Dec 2020 23:27:58 +0100 Subject: [PATCH] delete ohmpi hardware parameter in double in the code --- Ohmpi.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Ohmpi.py b/Ohmpi.py index 52c0d4d6..a66f5d43 100644 --- a/Ohmpi.py +++ b/Ohmpi.py @@ -188,14 +188,6 @@ for i in pinList: GPIO.setup(i, GPIO.OUT) GPIO.output(i, GPIO.HIGH) -""" -Hardware parameters -""" -R_ref = 50 # reference resistance value in ohm -coef_p0 = 2.5 # slope for the current conversion for ADS.P0, measurement in V/V -coef_p1 = 2.5 # slope for the current conversion for ADS.P1, measurement in V/V -coef_p2 = 2.5 # slope for the current conversion for ADS.P2, measurement in V/V -coef_p3 = 2.5 # slope for the current conversion for ADS.P3, measurement in V/V """ Main loop -- GitLab