initial upload

This commit is contained in:
Harald Pichler 2017-12-20 12:02:58 +01:00
parent 59b7f37e26
commit 9377759d3b
14 changed files with 2185 additions and 0 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