15 lines
208 B
C
Raw Permalink Normal View History

2017-06-13 13:26:06 +02:00
/*
* thermometer.h
*
* Created on: Jun 13, 2017
* Author: wn
*/
#ifndef THERMOMETER_H_
#define THERMOMETER_H_
void thermometerInit();
uint32_t thermometerGetValue();
#endif /* THERMOMETER_H_ */