소스 검색

battery header file

namrota ghosh 7 달 전
부모
커밋
446e2a3b31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/battery_data/battery.h

+ 1 - 1
src/battery_data/battery.h

@@ -8,7 +8,7 @@
 #define PWM_INCREMENT_VALUE (1)
 #define PWM_DECREMENT_VALUE (1)
 #define PWM_MAX_VALUE (1000)
-#define NUM_SLOTS (4)
+#define NUM_SLOTS (1)
 
 //Variables to read all the battery measurements from all the slots
 extern volatile bool scanInProgress;