EIS-BLE-S3/main/temp.h

8 lines
84 B
C

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