From c711ee5682ead5a5fe9077e074799439754b0877 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Wed, 9 Oct 2024 16:18:12 +0200 Subject: [PATCH] 1 --- src/C++/Driver/src/test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 6a48e47..64bac26 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -11,6 +11,8 @@ CKobuki robot; // Functieprototypes int command(); +int checkCenterCliff(); +int checkWheelDrop(); int main() { // Start communicatie met de robot