add dallas ds1820 external sensor
This commit is contained in:
parent
67ed80e9fe
commit
ba9d4ed578
8 changed files with 1823 additions and 4 deletions
10
examples/osd/arduino-climate3/sketch.h
Normal file
10
examples/osd/arduino-climate3/sketch.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef Sketch_h
|
||||
#define Sketch_h
|
||||
|
||||
struct dstemp{
|
||||
float ftemp;
|
||||
char stemp[8];
|
||||
};
|
||||
extern struct dstemp ds1820[7];
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue