update version for release

This commit is contained in:
2024-12-16 19:27:21 +08:00
parent 0398076df2
commit 243b3bf0f2
6 changed files with 37 additions and 27 deletions

View File

@@ -27,6 +27,6 @@
/* this function configures I2C Peripheral & GPIO AF for I2C */
void MLX90614_I2CConfig(void);
/* this function reads object temperature */
uint16_t MLX90614_GetObjectTemperature(void);
int MLX90614_GetObjectTemperature(void);
#endif //MLX90614_H