From 155ea7dab3dbfdf55b90629e3f2097841ba685d6 Mon Sep 17 00:00:00 2001 From: Semaf Electronics Date: Sun, 24 Jun 2018 16:00:44 +0200 Subject: [PATCH] Update MFRC522_I2C.h --- MFRC522_I2C.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MFRC522_I2C.h b/MFRC522_I2C.h index 0ae4bc4..298e7f6 100644 --- a/MFRC522_I2C.h +++ b/MFRC522_I2C.h @@ -6,6 +6,7 @@ * Rewritten by Søren Thing Andersen (access.thing.dk), fall of 2013 (Translation to English, refactored, comments, anti collision, cascade levels.) * Extended by Tom Clement with functionality to write to sector 0 of UID changeable Mifare cards. * Extended by Ahmet Remzi Ozcan with I2C functionality. + * Author: arozcan @ https://github.com/arozcan/MFRC522-I2C-Library * Released into the public domain. * * Please read this file for an overview and then MFRC522.cpp for comments on the specific functions.