diff --git a/test_LED3_interrupt/.cargo/config.toml b/test_LED3_timer/.cargo/config.toml similarity index 100% rename from test_LED3_interrupt/.cargo/config.toml rename to test_LED3_timer/.cargo/config.toml diff --git a/test_LED3_interrupt/.env_temp b/test_LED3_timer/.env_temp similarity index 100% rename from test_LED3_interrupt/.env_temp rename to test_LED3_timer/.env_temp diff --git a/test_LED3_interrupt/.gitignore b/test_LED3_timer/.gitignore similarity index 100% rename from test_LED3_interrupt/.gitignore rename to test_LED3_timer/.gitignore diff --git a/test_LED3_interrupt/Cargo.lock b/test_LED3_timer/Cargo.lock similarity index 100% rename from test_LED3_interrupt/Cargo.lock rename to test_LED3_timer/Cargo.lock diff --git a/test_LED3_interrupt/Cargo.toml b/test_LED3_timer/Cargo.toml similarity index 100% rename from test_LED3_interrupt/Cargo.toml rename to test_LED3_timer/Cargo.toml diff --git a/test_LED3_interrupt/Makefile b/test_LED3_timer/Makefile similarity index 100% rename from test_LED3_interrupt/Makefile rename to test_LED3_timer/Makefile diff --git a/test_LED3_interrupt/build.rs b/test_LED3_timer/build.rs similarity index 100% rename from test_LED3_interrupt/build.rs rename to test_LED3_timer/build.rs diff --git a/test_LED3_interrupt/rust-toolchain.toml b/test_LED3_timer/rust-toolchain.toml similarity index 100% rename from test_LED3_interrupt/rust-toolchain.toml rename to test_LED3_timer/rust-toolchain.toml diff --git a/test_LED3_interrupt/src/bin/main.rs b/test_LED3_timer/src/bin/main.rs similarity index 100% rename from test_LED3_interrupt/src/bin/main.rs rename to test_LED3_timer/src/bin/main.rs diff --git a/test_LED3_interrupt/src/lib.rs b/test_LED3_timer/src/lib.rs similarity index 100% rename from test_LED3_interrupt/src/lib.rs rename to test_LED3_timer/src/lib.rs