This website works better with JavaScript.
Home
Explore
Help
Sign In
HZ
/
Node_TempSensor
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
First setup of NodeECU sketch for the temperatur sensor
master
Thomas Herzinger
3 years ago
parent
f0a0153623
commit
aae1f39f0d
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
+9
-0
sketch_TempSensor/sketch_TempSensor.ino
+ 9
- 0
sketch_TempSensor/sketch_TempSensor.ino
View 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…
Cancel
Save