Skip to content

Commit

Permalink
Updated TMS fan to activate at 20 degC or higher (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tegh25 authored Nov 24, 2024
1 parent 4c0075e commit fde52eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/projects/TMS/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ const shared::util::CompositeMap<float> volt_stm_to_degC{

/// Spin the fan faster when the acculumator is hotter.
const float fan_lut_data[][2] = {
{-1, 0},
{0, 30},
{19, 0},
{20, 30},
{50, 100},
};

Expand Down

0 comments on commit fde52eb

Please sign in to comment.