Skip to content

Commit

Permalink
temphs is now set over CAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mjc-506 committed Feb 23, 2021
1 parent f69a0e3 commit 8e7cfed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ This is a fork of JHuebner's stm32-sine software for the openinverter hardware.
Changes:
UDC read over CAN
New parameter to set the encoder offset (for sin/cos chips that don't provide a 1.65V midpoint)
temphs (inverter heat sink temperature) read over CAN

# stm32-sine
Main firmware of the Huebner inverter project
Expand Down
2 changes: 1 addition & 1 deletion src/vehiclecontrol.cpp
Expand Up @@ -439,7 +439,7 @@ void VehicleControl::GetTemps(s32fp& tmphs, s32fp &tmpm)
}
else
{
tmphs = TempMeas::Lookup(tmphsi, snshs);
//tmphs = TempMeas::Lookup(tmphsi, snshs);
}
}
}
Expand Down

0 comments on commit 8e7cfed

Please sign in to comment.