@@ -75,9 +75,11 @@
|
|||||||
#ifndef MFRC522_h
|
#ifndef MFRC522_h
|
||||||
#define MFRC522_h
|
#define MFRC522_h
|
||||||
|
|
||||||
|
// Enable integer limits
|
||||||
|
#define __STDC_LIMIT_MACROS
|
||||||
|
#include <stdint.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#define MFRC522_SPICLOCK SPI_CLOCK_DIV4 // MFRC522 accept upto 10MHz
|
#define MFRC522_SPICLOCK SPI_CLOCK_DIV4 // MFRC522 accept upto 10MHz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user