1
0

oneWire.h 235 B

12345678910111213141516171819
  1. /*
  2. * oneWire.h
  3. *
  4. * Created on: 31 Jan 2022
  5. * Author: thomaschef
  6. */
  7. #ifndef INC_ONEWIRE_H_
  8. #define INC_ONEWIRE_H_
  9. void initReadTemp();
  10. float readTemperature();
  11. void testOneWireTimingFunc();
  12. #endif /* INC_ONEWIRE_H_ */