Explorar el Código

First setup of NodeECU sketch for the temperatur sensor

master
Thomas Herzinger hace 3 años
padre
commit
aae1f39f0d
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      sketch_TempSensor/sketch_TempSensor.ino

+ 9
- 0
sketch_TempSensor/sketch_TempSensor.ino Ver fichero

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

}

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

}

Cargando…
Cancelar
Guardar