Ver código fonte

First setup of NodeECU sketch for the temperatur sensor

master
Thomas Herzinger 3 anos atrás
pai
commit
aae1f39f0d
1 arquivos alterados com 9 adições e 0 exclusões
  1. +9
    -0
      sketch_TempSensor/sketch_TempSensor.ino

+ 9
- 0
sketch_TempSensor/sketch_TempSensor.ino Ver arquivo

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

}

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

}

Carregando…
Cancelar
Salvar