SFU-Embedded-Cosplay / Halo-Suit-BeagleBone

2 stars 0 forks source link

Low power volatge check runs after relay is off #17

Open HamiltonChris opened 8 years ago

HamiltonChris commented 8 years ago

This check should check if low power is turned on before doing a voltage check. It is in automation.c line 320.

Tyler-R commented 7 years ago

when you say "check if low power is turned on" are you talking about making the check_2AH_voltage function look similar to the check_8AH_voltage function, on line 329, where you not only check for the voltage value, but you also check the live current and ground current values?