Skip to content

Commit

Permalink
A comment referring to the ID was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
proyectoTEOS authored Oct 1, 2019
1 parent 059dcb0 commit ddca07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ una vista previa aquí abajo.
#include <MFRC522.h> //https://github.com/miguelbalboa/rfid

MFRC522 mrfInstanceT(10, 9);
uint8_t myTagIDT[4] = {0xCA, 0x04, 0x1F, 0xCE};
uint8_t myTagIDT[4] = {0xCA, 0x04, 0x1F, 0xCE}; //Place your ID here
String resultSerialT;

void setup() {
Expand Down

0 comments on commit ddca07c

Please sign in to comment.