blob: 6768ea1dc4555cc7d390a84903e8b3acb97cfd18 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "../shared/bin.h"
#include "../shared/modes.h"
#include "serial.h"
void w2_send_info();
void w2_send_ping();
void w2_send_mode(w2_e_mode mode);
void w2_send_dirc(int left, int right);
|