Sfoglia il codice sorgente

First setup of NodeECU sketch for the temperatur sensor

master
Thomas Herzinger 3 anni fa
parent
commit
aae1f39f0d
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      sketch_TempSensor/sketch_TempSensor.ino

+ 9
- 0
sketch_TempSensor/sketch_TempSensor.ino Vedi File

@@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}

Loading…
Annulla
Salva