Przeglądaj źródła

configuration file

namrota ghosh 7 miesięcy temu
rodzic
commit
bc9153c45d
1 zmienionych plików z 1 dodań i 1 usunięć
  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];