/* 
 * File:   LowVoltageDisconnect.h
 * Author: hamilton
 *
 * Created on July 17, 2015, 4:20 PM
 */

#ifndef LOWVOLTAGEDISCONNECT_H
#define	LOWVOLTAGEDISCONNECT_H

void LowVoltageDisconnect(int Vbatt);


#endif	/* LOWVOLTAGEDISCONNECT_H */

