ds18b20.h 136 B

12345678910111213
  1. /*
  2. * ds18b20.h
  3. * k4be 2019
  4. * License: BSD
  5. */
  6. #ifndef DS18B20_H_
  7. #define DS18B20_H_
  8. void gettemp(void);
  9. #endif /* DS18B20_H_ */