From 9ce02fae18a8b22d08780c170f20808f38f315b0 Mon Sep 17 00:00:00 2001 From: Paul-Winpenny <92634321+Paul-Winpenny@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:10:25 +0000 Subject: [PATCH] Don't put spaces in folder names --- Motor_controller_test_pi/{IMU => IMU}/Boasch/New_IMU.py | 0 .../{IMU => IMU}/Boasch/New_IMU_calibration.py | 0 Motor_controller_test_pi/{IMU => IMU}/IMU_Calibration.py | 0 Motor_controller_test_pi/{IMU => IMU}/IMU_Library.py | 0 Motor_controller_test_pi/{IMU => IMU}/IMU_smbus.py | 0 Motor_controller_test_pi/{IMU => IMU}/ahrs_library.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Motor_controller_test_pi/{IMU => IMU}/Boasch/New_IMU.py (100%) rename Motor_controller_test_pi/{IMU => IMU}/Boasch/New_IMU_calibration.py (100%) rename Motor_controller_test_pi/{IMU => IMU}/IMU_Calibration.py (100%) rename Motor_controller_test_pi/{IMU => IMU}/IMU_Library.py (100%) rename Motor_controller_test_pi/{IMU => IMU}/IMU_smbus.py (100%) rename Motor_controller_test_pi/{IMU => IMU}/ahrs_library.py (100%) diff --git a/Motor_controller_test_pi/IMU /Boasch/New_IMU.py b/Motor_controller_test_pi/IMU/Boasch/New_IMU.py similarity index 100% rename from Motor_controller_test_pi/IMU /Boasch/New_IMU.py rename to Motor_controller_test_pi/IMU/Boasch/New_IMU.py diff --git a/Motor_controller_test_pi/IMU /Boasch/New_IMU_calibration.py b/Motor_controller_test_pi/IMU/Boasch/New_IMU_calibration.py similarity index 100% rename from Motor_controller_test_pi/IMU /Boasch/New_IMU_calibration.py rename to Motor_controller_test_pi/IMU/Boasch/New_IMU_calibration.py diff --git a/Motor_controller_test_pi/IMU /IMU_Calibration.py b/Motor_controller_test_pi/IMU/IMU_Calibration.py similarity index 100% rename from Motor_controller_test_pi/IMU /IMU_Calibration.py rename to Motor_controller_test_pi/IMU/IMU_Calibration.py diff --git a/Motor_controller_test_pi/IMU /IMU_Library.py b/Motor_controller_test_pi/IMU/IMU_Library.py similarity index 100% rename from Motor_controller_test_pi/IMU /IMU_Library.py rename to Motor_controller_test_pi/IMU/IMU_Library.py diff --git a/Motor_controller_test_pi/IMU /IMU_smbus.py b/Motor_controller_test_pi/IMU/IMU_smbus.py similarity index 100% rename from Motor_controller_test_pi/IMU /IMU_smbus.py rename to Motor_controller_test_pi/IMU/IMU_smbus.py diff --git a/Motor_controller_test_pi/IMU /ahrs_library.py b/Motor_controller_test_pi/IMU/ahrs_library.py similarity index 100% rename from Motor_controller_test_pi/IMU /ahrs_library.py rename to Motor_controller_test_pi/IMU/ahrs_library.py -- GitLab