6 lines
76 B
C
6 lines
76 B
C
|
#ifndef __ONEWIRE_H
|
||
|
#define __ONEWIRE_H
|
||
|
|
||
|
float rd_temperature(void);
|
||
|
#endif
|