initial upload
This commit is contained in:
parent
59b7f37e26
commit
9377759d3b
14 changed files with 2185 additions and 0 deletions
10
examples/osd/arduino-bodenheizung/sketch.h
Normal file
10
examples/osd/arduino-bodenheizung/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