gitextract_t2rxqmyl/ ├── .gitignore ├── Connector-Adapter-Options/ │ ├── Punchdown-Adapter-1/ │ │ ├── BOM │ │ └── Image-Credits.txt │ ├── Punchdown-Adapter-2/ │ │ ├── BOM │ │ └── Image-Credits.txt │ └── README.md ├── Images/ │ └── README.md ├── Installation-Schematics/ │ └── README.md ├── Keypad/ │ └── README.md ├── LICENSE ├── Magstripe/ │ ├── README.md │ └── aba-decode.php ├── README.md └── Source Code/ └── esprfidtool/ ├── HelpText.h ├── LICENSE ├── License.h ├── WiegandNG.cpp ├── WiegandNG.h ├── aba2str.h ├── api.h ├── api_server.h ├── esprfidtool.ino ├── pinSEND.h ├── strrev.h └── version.h