syntouch_numatac_sensor_hello_world
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
syntouch_numatac_sensor_hello_world [2023/06/13 14:26] – fpalustre | syntouch_numatac_sensor_hello_world [2023/06/17 07:28] (current) – [Programming] fpalustre | ||
---|---|---|---|
Line 197: | Line 197: | ||
acPressure = samplePAC(); | acPressure = samplePAC(); | ||
| | ||
- | | + | |
- | Serial.println(" | + | Serial.println(" |
- | break; | + | } |
+ | else if ((acPressure > 2100) && (dcPressure > 150)) { | ||
+ | Serial.println(" | ||
} | } | ||
- | + | else if ((acPressure < 2100) && (dcPressure != 163 && | |
- | while ((acPressure > 2100) && (dcPressure > 150)) { | + | Serial.println(" |
- | Serial.println(" | + | |
- | break; | + | |
- | } | + | |
- | + | ||
- | while ((acPressure < 2100) && | + | |
- | Serial.print(" | + | |
- | break; | + | |
} | } | ||
} | } |
syntouch_numatac_sensor_hello_world.1686691572.txt.gz · Last modified: by fpalustre