summaryrefslogtreecommitdiff
path: root/robot/mode_dirc.h
blob: 12c967abe54c8b47e7184a2c8f36d7d5bb21d21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

/** @file mode_dirc.h */

#include <stdint.h>

extern int16_t g_w2_mode_dirc_motor_l;
extern int16_t g_w2_mode_dirc_motor_r;

/**
 * direct control mode
 *
 * respond to DIRC commands
 */
void w2_mode_dirc();