initial upload
This commit is contained in:
parent
9fb2352b08
commit
6a9b6ae77b
12 changed files with 1724 additions and 0 deletions
10
examples/osd/arduino-dallaseprom/sketch.h
Normal file
10
examples/osd/arduino-dallaseprom/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