commit du dimanche

This commit is contained in:
phyto
2019-04-14 11:33:52 +02:00
parent 6bbeb33d25
commit a95e2846d4
4 changed files with 10 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ void setup() {
* range of our temperatures.
*/
analogReference(INTERNAL1V1); // Pour Arduino Mega2560
Serial.print("\n\n\n\n");
Serial.print("\n\n");
delay(1000);
Serial.print("M running\n");
Serial.print("M running now\n");
}
/* -------------------------------------------------- */