summaryrefslogtreecommitdiff
path: root/robot/mode_dirc.c
blob: 0bbf3cbc42bd8995817331045f132ee2b49cf3cf (plain)
1
2
3
4
5
6
7
#include "mode_dirc.h"
#include "orangutan_shim.h"

int16_t g_w2_mode_dirc_motor_l = 0;
int16_t g_w2_mode_dirc_motor_r = 0;

void w2_mode_dirc() { set_motors(g_w2_mode_dirc_motor_l, g_w2_mode_dirc_motor_r); }