Implementation of SoC Prediction

untested. Maybe revert to Jaspers Version
This commit is contained in:
Max 'MaxMax' Mönikes
2023-06-21 13:13:38 +02:00
parent 78fe61e231
commit c4543e7e01
7 changed files with 130 additions and 8 deletions

View File

@ -70,3 +70,8 @@ void shunt_handle_can_msg(uint16_t id, const uint8_t *data) {
break;
}
}
int32_t shunt_getcurrent()
{
return shunt_data.current;
}