遥控器界面

This commit is contained in:
tangchao0503
2023-08-07 13:34:12 +08:00
parent 8c834c4884
commit 916a8d8fc9
4 changed files with 787 additions and 80 deletions

View File

@ -34,6 +34,21 @@
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#define PORT 45454
#define MAXDATASIZE 100
/* Exported constants --------------------------------------------------------*/
/* Exported types ------------------------------------------------------------*/