/*
 * File:   SendCANPackets.h
 * Author: hamilton
 *
 * Created on June 6, 2018, 12:02 PM
 */

#ifndef SENDCANPACKETS_H
#define	SENDCANPACKETS_H

void SendCANPackets(int VBatt, int Ips, int V_Balance, int V_StopCharge, int Rgroundfault, int H2Sensor);


#endif	/* SENDCANPACKETS_H */

