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