使用命令行参数

This commit is contained in:
xinyang
2019-04-14 20:06:47 +08:00
parent 1070c5caa7
commit 34ba7df66f
3 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ public:
Uart();
void sendTarget(float x, float y ,float z);
char receive();
uint8_t receive();
void receive_data();
};