summaryrefslogtreecommitdiff
path: root/client/commands.h
blob: 8917f991f266aef70d1585c56988e2ac8878b0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "../shared/bin.h"
#include "../shared/modes.h"
#include "../shared/protocol.h"
#include "serial.h"

void w2_send_bin(w2_s_bin *data);

void w2_send_info();
void w2_send_ping();
void w2_send_mode(w2_e_mode mode);
void w2_send_dirc(uint16_t left, uint16_t right);
void w2_send_tarq(w2_e_target_area target_area);