From c2e38e7de33c7f274fa676630855dcb1750c1951 Mon Sep 17 00:00:00 2001 From: quynhnm Date: Thu, 15 Aug 2024 10:58:35 +0700 Subject: [PATCH] mv file --- Lock/Lock.ino | 4 ++-- .../lock_settime_start.ino | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename lock_settime_start.ino => lock_settime_start/lock_settime_start.ino (100%) diff --git a/Lock/Lock.ino b/Lock/Lock.ino index 2a3e564..032b652 100644 --- a/Lock/Lock.ino +++ b/Lock/Lock.ino @@ -35,8 +35,8 @@ */ #include // We are going to read and write PICC's UIDs from/to EEPROM -#include // RC522 Module uses SPI protocol -#include // Library for Mifare RC522 Devices + + #include #define ledView 13 diff --git a/lock_settime_start.ino b/lock_settime_start/lock_settime_start.ino similarity index 100% rename from lock_settime_start.ino rename to lock_settime_start/lock_settime_start.ino