diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:03 +0200 |
commit | 59802547c336d61aa7e950414a3f44180e211974 (patch) | |
tree | cf7107b9085ce3c93e98ec874d25e04ad2362a4c /client/commands.h | |
parent | 3b2c2cf6b2af9e76b343a5a8fc8e9245f240690d (diff) |
client ping working
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/commands.h b/client/commands.h new file mode 100644 index 0000000..aa4b964 --- /dev/null +++ b/client/commands.h @@ -0,0 +1,8 @@ +#pragma once + +#include "serial.h" +#include "../shared/bin.h" + +w2_s_bin* w2_send_info(); +w2_s_bin* w2_send_ping(); + |