From: Federica Di Lauro Date: Tue, 25 Feb 2020 10:21:44 +0000 (+0100) Subject: move classes to subfolder X-Git-Url: http://git.leonardobizzoni.com/?a=commitdiff_plain;h=7482a2a964bcd8e7e27a19dfd494b91a1874af78;p=pioneer-stm32 move classes to subfolder --- diff --git a/otto_controller/Core/Inc/encoder.h b/otto_controller/Core/Inc/control/encoder.h similarity index 100% rename from otto_controller/Core/Inc/encoder.h rename to otto_controller/Core/Inc/control/encoder.h diff --git a/otto_controller/Core/Inc/motor_controller.h b/otto_controller/Core/Inc/control/motor_controller.h similarity index 100% rename from otto_controller/Core/Inc/motor_controller.h rename to otto_controller/Core/Inc/control/motor_controller.h diff --git a/otto_controller/Core/Inc/odometry.h b/otto_controller/Core/Inc/control/odometry.h similarity index 100% rename from otto_controller/Core/Inc/odometry.h rename to otto_controller/Core/Inc/control/odometry.h diff --git a/otto_controller/Core/Inc/pid.h b/otto_controller/Core/Inc/control/pid.h similarity index 100% rename from otto_controller/Core/Inc/pid.h rename to otto_controller/Core/Inc/control/pid.h