inspektors/robot/include/main.h
2018-01-19 18:13:16 +02:00

9 lines
82 B
C

#ifndef MAIN_H
#define MAIN_H
#include <stdint.h>
void read_temp(void);
#endif