int TrigPin = 2; //发出超声波
int EchoPin = 3; //收到反射回来的超声波
int Input1 = 4; //定义uno的pin5向Input1输出
int Input2 = 5; //定义uno的pin5向Input2输出
int Input3 = 6; //定义uno的pin5向Input3输出
int Input4 = 7; //定义uno的pin5向Input4输出
int pos = 118; //创建变量,存储从模拟端口读取的值
float cm; //因为测得的距离是浮点型的,单位为cm
int xuan;
int choice; //小车功能选择