Explorar o código

configuration file

namrota ghosh hai 7 meses
pai
achega
bc9153c45d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];