This repository has been archived on 2024-11-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lech ba8a3b48dc DoorLockController: Fix possible multiple-key conflict
Ensured that if more than 1 key is available and authentication fails
for at least the last one, door will open. This is by ending the loop on
1st available key.
2018-09-05 23:48:36 +02:00
.gitignore Initial commit 2018-09-05 23:48:36 +02:00
ArduinoGpio.cpp Initial commit 2018-09-05 23:48:36 +02:00
ArduinoGpio.h Initial commit 2018-09-05 23:48:36 +02:00
ArduinoSerialLogger.cpp Initial commit 2018-09-05 23:48:36 +02:00
ArduinoSerialLogger.h Initial commit 2018-09-05 23:48:36 +02:00
DoorLock.cpp Initial commit 2018-09-05 23:48:36 +02:00
DoorLock.h Initial commit 2018-09-05 23:48:36 +02:00
DoorLockController.cpp DoorLockController: Fix possible multiple-key conflict 2018-09-05 23:48:36 +02:00
DoorLockController.h Initial commit 2018-09-05 23:48:36 +02:00
DualColorLed.cpp Initial commit 2018-09-05 23:48:36 +02:00
DualColorLed.h Initial commit 2018-09-05 23:48:36 +02:00
HardcodedKeyStorage.cpp Initial commit 2018-09-05 23:48:36 +02:00
HardcodedKeyStorage.h Initial commit 2018-09-05 23:48:36 +02:00
IAuthenticator.h Initial commit 2018-09-05 23:48:36 +02:00
IGpio.h Initial commit 2018-09-05 23:48:36 +02:00
IKeyStorage.h Initial commit 2018-09-05 23:48:36 +02:00
ILogger.h Initial commit 2018-09-05 23:48:36 +02:00
Key.cpp Initial commit 2018-09-05 23:48:36 +02:00
Key.h Initial commit 2018-09-05 23:48:36 +02:00
NfcAuthenticator.cpp NfcAuthenticator: Reset PCD every read 2018-09-05 23:48:36 +02:00
NfcAuthenticator.h Initial commit 2018-09-05 23:48:36 +02:00
OneWireAuthenticator.cpp Initial commit 2018-09-05 23:48:36 +02:00
OneWireAuthenticator.h Initial commit 2018-09-05 23:48:36 +02:00
zamek_hswro.ino Initial commit 2018-09-05 23:48:36 +02:00