From 1becbf9f7292309b123d9f5839e89bd22fd84e81 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 8 Jun 2022 14:16:28 +0200 Subject: sort of working merge and code seperation --- robot/transition.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 robot/transition.c (limited to 'robot/transition.c') diff --git a/robot/transition.c b/robot/transition.c deleted file mode 100644 index 5b3244f..0000000 --- a/robot/transition.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "transition.h" -#include "movement.h" - -int g_w2_transition; //TODO: document - // -void w2_crossway_detection() { w2_half_rotation_left(); } -void w2_intersection_detection() { w2_half_rotation_left(); } - -- cgit v1.2.3