Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
wiki:projets:rfid:ethylotest:capteurbis [2015/03/25 08:59] paul12 |
wiki:projets:rfid:ethylotest:capteurbis [2016/11/13 13:39] (Version actuelle) Vincent Dupuis ↷ Page déplacée de wiki:projets:ethylotest:capteurbis à wiki:projets:rfid:ethylotest:capteurbis |
||
---|---|---|---|
Ligne 12: | Ligne 12: | ||
// set the cursor to column 0, line 1 | // set the cursor to column 0, line 1 | ||
// (note: line 1 is the second row, since counting begins with 0): | // (note: line 1 is the second row, since counting begins with 0): | ||
- | lcd.setCursor(0, | ||
lcd.print(" | lcd.print(" | ||
- | lcd.setCursor(1, 10); | + | lcd.setCursor(0, 1); |
- | lcd.print(46035/(10*(mq3_analogPin))-4,5); | + | lcd.print(mq3_analogPin); |
delay(250); | delay(250); | ||
} | } |