代码美化

This commit is contained in:
2024-12-25 00:37:53 +08:00
parent ed8b6b3f6d
commit 6702703031
6 changed files with 26 additions and 14 deletions

View File

@@ -15,8 +15,12 @@
#include <math.h>
#include "i2c.h"
/******************************************************************************/
#define TMP112A_ADDR (0x49 << 1)
/******************************************************************************/
uint32_t tmp112a_get_raw_channel_result(void);
#endif //TMP112_H