From 7482a2a964bcd8e7e27a19dfd494b91a1874af78 Mon Sep 17 00:00:00 2001 From: Federica Di Lauro Date: Tue, 25 Feb 2020 11:21:44 +0100 Subject: [PATCH] move classes to subfolder --- otto_controller/Core/Inc/{ => control}/encoder.h | 0 otto_controller/Core/Inc/{ => control}/motor_controller.h | 0 otto_controller/Core/Inc/{ => control}/odometry.h | 0 otto_controller/Core/Inc/{ => control}/pid.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename otto_controller/Core/Inc/{ => control}/encoder.h (100%) rename otto_controller/Core/Inc/{ => control}/motor_controller.h (100%) rename otto_controller/Core/Inc/{ => control}/odometry.h (100%) rename otto_controller/Core/Inc/{ => control}/pid.h (100%) 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 -- 2.52.0