9f782c03c93332d810afc2df6663753dd81019b0
[fw/sdcc] / device / examples / ds390 / i2c390 / ds1621.h
1 #define DS1621_ID 0x90
2
3 // we have no decent float support in sdcc yet
4 #define USE_FLOAT 0
5
6 #if USE_FLOAT
7 extern float 
8 #else
9 extern char *
10 #endif
11
12 ReadDS1621(char address);