Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
HZ
/
Node_TempSensor
Segui
1
Vota
0
Forka
0
Codice
Problemi
2
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
First setup of NodeECU sketch for the temperatur sensor
master
Thomas Herzinger
3 anni fa
parent
f0a0153623
commit
aae1f39f0d
1 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+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:
}
Write
Preview
Loading…
Annulla
Salva