소스 검색

Configuration File Updated

namrota ghosh 6 달 전
부모
커밋
8a4fc41dd5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/config.h

+ 2 - 1
src/config.h

@@ -8,7 +8,8 @@
 #define TEMPERATURE_MAX_C (60)
 #define MAX_CYCLES (2)
 #define TARGET_BASE_ADDRESS (0x48)
-#define MEASUREMENT_CHECK_INTERVAL 3200000 //Do not know yet the exact timing
+#define MEASUREMENT_CHECK_INTERVAL 320000 //Do not know yet the exact timing
+#define HEALTHY_BATTERY_VALUE (3800)
 
 typedef struct{
      uint8_t txBuffer[I2C_TX_MAX_PACKET_SIZE];