Change the parameters for judgements

This commit is contained in:
wanpiqiu123
2019-07-26 10:58:22 +08:00
parent 39508b950e
commit 9fb5a9a9b2
5 changed files with 10 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ public:
void setSmallEnergyInit();//设置小能量机关初始化
void sendEnergy();//发送能量机关数据
void sendTarget(Serial& serial, float x, float y, float z);//发送数据
void sendTarget(Serial& serial, float x, float y, uint16_t z, uint16_t u);//发送数据
void sendTarget(Serial& serial, float x, float y, float z, uint16_t u);//发送数据
private: