Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Astreos_Arduino
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hicham Brahimi
Astreos_Arduino
Commits
e02f1246
Commit
e02f1246
authored
6 years ago
by
hichbra
Browse files
Options
Downloads
Patches
Plain Diff
fix siemens
parent
832090d6
Branches
Branches containing commit
No related merge requests found
Pipeline
#111
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ASTREOS_SMP.ino
+2
-2
2 additions, 2 deletions
ASTREOS_SMP.ino
with
2 additions
and
2 deletions
ASTREOS_SMP.ino
+
2
−
2
View file @
e02f1246
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment