From f2253a7cb5e940e4707d35706b26a66e7298cc0f Mon Sep 17 00:00:00 2001 From: 99cardz Date: Mon, 8 Jan 2024 15:44:36 +0100 Subject: [PATCH] added Arduino and vtask imports --- src/motion/Motion.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/motion/Motion.h b/src/motion/Motion.h index 7348769..eb1eccc 100644 --- a/src/motion/Motion.h +++ b/src/motion/Motion.h @@ -12,6 +12,9 @@ #ifndef Motion_h #define Motion_h #include +#include +#include +#include const int MOTOR_RIGHT_PIN = 11; const int MOTOR_LEFT_PIN = 12;