blob: 5a12424be984f481555299d73db8aea3b8e0076b (
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(uint16_t left, uint16_t right);
|