User Tools

Site Tools


openhw:arduino:εξαρτήματα:αισθητήρες:θερμοκρασίας:tmp36

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
openhw:arduino:εξαρτήματα:αισθητήρες:θερμοκρασίας:tmp36 [2026/06/12 18:02] alexandrospropenhw:arduino:εξαρτήματα:αισθητήρες:θερμοκρασίας:tmp36 [2026/06/12 18:03] (current) – [Πρόσβαση από το Sketch] alexandrospr
Line 64: Line 64:
  
   // Εμφάνιση της θερμοκρασίας σε Κελσίου   // Εμφάνιση της θερμοκρασίας σε Κελσίου
-  Serial.print("Temperature: ");+  Serial.print("θερμοκρασία: ");
   Serial.print(temperatureC);   Serial.print(temperatureC);
-  Serial.print("\xC2\xB0"); // shows degree symbol+  Serial.print("\xC2\xB0"); // σύμβολο θερμοκρασίας
   Serial.print(" |  ");   Serial.print(" |  ");
      
  
-  delay(1000); // αναμονή ενός δευτερολέπτου πρίν νέα ανάγνωση τιμής+  delay(1000); // αναμονή ενός δευτερολέπτου πριν νέα ανάγνωση τιμής
 } }
 } }
openhw/arduino/εξαρτήματα/αισθητήρες/θερμοκρασίας/tmp36.txt · Last modified: by alexandrospr

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki