osd-contiki/examples/osd/arduino-bodenheizung/sketch.h

11 lines
124 B
C
Raw Normal View History

2017-12-20 12:02:58 +01:00
#ifndef Sketch_h
#define Sketch_h
struct dstemp{
float ftemp;
char stemp[8];
};
2017-12-21 15:02:08 +01:00
extern struct dstemp ds1820[8];
2017-12-20 12:02:58 +01:00
#endif