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

#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();