Revert "Implementation of SoC Prediction"
This reverts commit c4543e7e01.
This commit is contained in:
@ -136,14 +136,3 @@ void slaves_handle_status(const uint8_t *data) {
|
||||
void slaves_handle_log(const uint8_t *data) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
uint16_t slaves_get_minimum_voltage()
|
||||
{
|
||||
uint16_t minvoltage = 50000;
|
||||
for(uint8_t idx = 0; idx < N_SLAVES;idx++){
|
||||
if(slaves->min_voltage < minvoltage){
|
||||
min_voltage = slaves->min_voltage;
|
||||
}
|
||||
}
|
||||
return minvoltage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user