diff options
Diffstat (limited to 'robot/io.h')
-rw-r--r-- | robot/io.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ extern bool g_w2_io_object_detected; /** @brief i/o module main */ void w2_io_main(); + +/** @brief pololu library `set_motors` override */ +void w2_set_motors(int left, int right); |