Teacup_Firmware/mendel/temp.h

11 lines
152 B
C

#ifndef _TEMP_H
#define _TEMP_H
#include <stdint.h>
uint16_t temp_read(void);
void temp_set(uint16_t t);
void temp_tick(void);
#endif /* _TIMER_H */