osd-contiki/examples/osd/arduino-dallastemp/sketch.h
2015-10-11 15:22:49 +02:00

11 lines
124 B
C

#ifndef Sketch_h
#define Sketch_h
struct dstemp{
float ftemp;
char stemp[8];
};
extern struct dstemp ds1820[7];
#endif