/* * oneWire.h * * Created on: 31 Jan 2022 * Author: thomaschef */ #ifndef INC_ONEWIRE_H_ #define INC_ONEWIRE_H_ void initReadTemp(); float readTemperature(); void testOneWireTimingFunc(); #endif /* INC_ONEWIRE_H_ */