inspektors/include/main.h

9 lines
82 B
C
Raw Normal View History

2017-11-24 13:29:36 +02:00
#ifndef MAIN_H
#define MAIN_H
#include <stdint.h>
void read_temp(void);
2017-11-24 13:29:36 +02:00
#endif