浏览代码

First setup of NodeECU sketch for the temperatur sensor

master
Thomas Herzinger 3 年前
父节点
当前提交
aae1f39f0d
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      sketch_TempSensor/sketch_TempSensor.ino

+ 9
- 0
sketch_TempSensor/sketch_TempSensor.ino 查看文件

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

}

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

}

正在加载...
取消
保存