Skip to content

Commit

Permalink
08/07 - Mudança do pino RST MFRC522
Browse files Browse the repository at this point in the history
Em conformidade de resolver o erro #6.
  • Loading branch information
Steffano Pereira committed Jul 9, 2019
1 parent ef0c260 commit 4326417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified DevBoards/StockID_Devboard/StockID_Devboard.dip
Binary file not shown.
2 changes: 1 addition & 1 deletion StockID_Webreader/StockID_Webreader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const char* password = PASSWORD;

//Portas de configuração do MFRC522
#define PIN_SDA D3
#define PIN_RST D8
#define PIN_RST D9

MFRC522 mfrc522(PIN_SDA, PIN_RST); // Create MFRC522 instance.

Expand Down

0 comments on commit 4326417

Please sign in to comment.