#ifndef _debugport
#define _debugport

#include "trapservo.h"
#include "heater.h"
#include "rvalve.h"

void convwritebyte(unsigned char tosend);
unsigned char convreadbyte(unsigned char temp,char endCmd);
void sendSerialData(int32 variable);
void parseTestCmd(MotorChannel* mc,RotaryValve* rv,Heater* h,char* debugFlag);
void sendSerialByte(byte tosend);

#endif