瀏覽代碼

configuration file

namrota ghosh 7 月之前
父節點
當前提交
bc9153c45d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -8,7 +8,7 @@
 #define TEMPERATURE_MAX_C (60)
 #define MAX_CYCLES (2)
 #define TARGET_MCU_ADDRESS (0x47)
-#define MEASUREMENT_CHECK_INTERVAL 1000 //Do not know yet the exact timing
+#define MEASUREMENT_CHECK_INTERVAL 3200 //Do not know yet the exact timing
 
 typedef struct{
      uint8_t txBuffer[I2C_TX_MAX_PACKET_SIZE];