This shows you the differences between two versions of the page.
pm:prj2022:agmocanu:liedetector [2022/06/01 21:08] teodora.nedelcu [Download] |
pm:prj2022:agmocanu:liedetector [2022/06/02 10:51] (current) teodora.nedelcu [Software Design] |
||
---|---|---|---|
Line 72: | Line 72: | ||
if (myBPM < 100){ | if (myBPM < 100){ | ||
lcd.print(" "); | lcd.print(" "); | ||
+ | lcd.print(myBPM); | ||
+ | lcd.setCursor(4,1); | ||
+ | lcd.print(" "); | ||
+ | }else{ | ||
+ | lcd.print(myBPM); | ||
+ | lcd.setCursor(4,1); | ||
+ | lcd.print("Lie"); | ||
+ | | ||
} | } | ||
- | lcd.print(myBPM); | + | Serial.println(myBPM); |
- | Serial.println(myBPM); | + | |
} | } | ||
delay(20); | delay(20); | ||
Line 90: | Line 97: | ||
- | ===== Jurnal ===== | + | |