Skip to content

Heater PID rtd_value_verification wrong function parameters #20

@andrempmattos

Description

@andrempmattos

Wrong parameters are being passed to the function rtd_value_verification since commit Updated RTD malfunction verification.

//Heater management 
        battery1_temp = rtd_value_verification(rtd5_measure, rtd6_measure);       //Temperature of battery 1 is given by RTDs 5 and 6 
        battery2_temp = rtd_value_verification(rtd2_measure, rtd2_measure);       //Temperature of battery 2 is given by RTDs 2 and 3 

@ramonborba

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions