ttt2/my_src/thermometer.h
2017-06-13 13:26:06 +02:00

15 lines
208 B
C

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