Skip to content

Commit

Permalink
Merge pull request #101 from robotpy/fix-mot-temperature
Browse files Browse the repository at this point in the history
MotController: Set default temperature to room temp
  • Loading branch information
virtuald committed Feb 2, 2019
2 parents b72d0fe + 98477af commit 6913fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/MotController_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ c_MotController_Create1:
'sim_display': False, # used in sim
'sensor_phase': False,
'temp': 0.0,
'temp': 25.0, # ~room temperature
'bus_voltage': 12.0,
'output_current': 0.1,
Expand Down

0 comments on commit 6913fa1

Please sign in to comment.