5
0
Fork 0
mirror of https://github.com/TheTesla/HengLongUDPclient.git synced 2025-06-30 04:16:52 +02:00

cam nul added - to let the camera look forward by pressing a button

This commit is contained in:
chch 2014-03-06 00:35:51 +01:00
parent a6429d3b76
commit a81f7afcf9
9 changed files with 44 additions and 20 deletions

View file

@ -6,6 +6,7 @@
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/time.h>
int wvcamctrl(char* ip, int cmd);
@ -13,5 +14,6 @@ int cam_down(char* ip);
int cam_up(char* ip);
int cam_cw(char* ip);
int cam_ccw(char* ip);
int cam_nul(char* ip);
#endif // WANSVIEW_H_INCLUDED