osd-contiki/examples/osd/arduino-bodenheizung/sketch.h
2017-12-21 15:02:08 +01:00

11 lines
124 B
C

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