Skip to content
Snippets Groups Projects
Commit e02f1246 authored by hichbra's avatar hichbra
Browse files

fix siemens

parent 832090d6
Branches
No related merge requests found
Pipeline #111 failed with stages
...@@ -45,9 +45,9 @@ void loop(){ ...@@ -45,9 +45,9 @@ void loop(){
fsrResistance /= fsrVoltage; fsrResistance /= fsrVoltage;
//Serial.print("FSR resistance en ohms = "); Serial.println(fsrResistance); //Serial.print("FSR resistance en ohms = "); Serial.println(fsrResistance);
fsrConductance = 1000000; // on mesure en micro-ohm fsrConductance = 1000000; // on mesure en micro-siemens
fsrConductance /= fsrResistance; fsrConductance /= fsrResistance;
//Serial.print("Conductance en micro-ohm : "); Serial.println(fsrConductance); //Serial.print("Conductance en micro-siemens : "); Serial.println(fsrConductance);
// Approximation de la force en Newton // Approximation de la force en Newton
newton = fsrConductance / 80; newton = fsrConductance / 80;
......
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