initial upload

This commit is contained in:
Harald Pichler 2017-02-01 11:26:50 +01:00
parent 9fb2352b08
commit 6a9b6ae77b
12 changed files with 1724 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