diff --git a/Core/Inc/bluetooth.h b/Peripheral/Inc/bluetooth.h similarity index 100% rename from Core/Inc/bluetooth.h rename to Peripheral/Inc/bluetooth.h diff --git a/Core/Inc/control.h b/Peripheral/Inc/control.h similarity index 100% rename from Core/Inc/control.h rename to Peripheral/Inc/control.h diff --git a/Core/Inc/hcsr04.h b/Peripheral/Inc/hcsr04.h similarity index 100% rename from Core/Inc/hcsr04.h rename to Peripheral/Inc/hcsr04.h diff --git a/Core/Inc/led.h b/Peripheral/Inc/led.h similarity index 100% rename from Core/Inc/led.h rename to Peripheral/Inc/led.h diff --git a/Core/Inc/motor.h b/Peripheral/Inc/motor.h similarity index 100% rename from Core/Inc/motor.h rename to Peripheral/Inc/motor.h diff --git a/Core/Src/bluetooth.c b/Peripheral/Src/bluetooth.c similarity index 100% rename from Core/Src/bluetooth.c rename to Peripheral/Src/bluetooth.c diff --git a/Core/Src/control.c b/Peripheral/Src/control.c similarity index 100% rename from Core/Src/control.c rename to Peripheral/Src/control.c diff --git a/Core/Src/hcsr04.c b/Peripheral/Src/hcsr04.c similarity index 100% rename from Core/Src/hcsr04.c rename to Peripheral/Src/hcsr04.c diff --git a/Core/Src/led.c b/Peripheral/Src/led.c similarity index 100% rename from Core/Src/led.c rename to Peripheral/Src/led.c diff --git a/Core/Src/motor.c b/Peripheral/Src/motor.c similarity index 100% rename from Core/Src/motor.c rename to Peripheral/Src/motor.c