PHF000-Firmware/drivers/temperature/temperature.h

10 lines
165 B
C

#ifndef TEMPERATURE_H
#define TEMPERATURE_H
#include <stdint.h>
int temperature_init(void);
int temperature_get_celsius(int32_t *temp_c);
#endif // TEMPERATURE_H