add dallas ds1820 external sensor

This commit is contained in:
Harald Pichler 2015-11-29 22:31:59 +01:00
parent 67ed80e9fe
commit ba9d4ed578
8 changed files with 1823 additions and 4 deletions

View file

@ -0,0 +1,10 @@
#ifndef Sketch_h
#define Sketch_h
struct dstemp{
float ftemp;
char stemp[8];
};
extern struct dstemp ds1820[7];
#endif