#ifndef TEMP_H #define TEMP_H void temp_init(void); float temp_get(void); #endif