summaryrefslogtreecommitdiff
path: root/tags/firmware/gen3/1.1/gcode/MasterGCodeInterpreter/Variables.h
blob: 9295aab2533bfe857a4eb70e3eb1accf500cd6b9 (plain)
1
2
3
4
5
6
//this is the version of our host software
unsigned int host_version = 0;

//these are our packet classes
SimplePacket slavePacket(rs485_tx);