Browse Source

function controller_EvaluateBatterySlotState removed from the code; handled seprately in another branch

namrota ghosh 6 tháng trước cách đây
mục cha
commit
90256c3014
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/controller/controller.h

+ 0 - 1
src/controller/controller.h

@@ -19,6 +19,5 @@ typedef enum{
 
 uint8_t detect_target_address();
 void controllerSetCurrent(uint8_t slot_id, int16_t current_mA);
-void controller_EvaluateBatterySlotState(uint8_t slot_id, BatteryMeasurement *measurement);
 bool controllerGetBatteryMeasurement(uint8_t slot_id);
 #endif