소스 검색

controllerSetCurrent function updated

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

+ 2 - 1
src/controller/controller.h

@@ -17,7 +17,8 @@ typedef enum{
     CMD_CLEAR_ERR= 0x08
 }mcu_I2C_command;
 
-uint8_t detect_target_address();
+
 void controllerSetCurrent(uint8_t slot_id, int16_t current_mA);
 bool controllerGetBatteryMeasurement(uint8_t slot_id);
+void controllerSetCurrent(uint8_t slot_id, int16_t current_mA);
 #endif