Commit Graph

7 Commits

Author SHA1 Message Date
tuyethoa08041997
764cb6c251 Fix wrong var names in PICC_Select, MFRC522.cpp (#301)
fix issue #238
2018-01-13 12:15:12 +01:00
Bill2462
3def3ab000 Add power control functions (#334)
* Update MFRC522.h
Add new power control functions : 
PCD_SoftPowerDown
PCD_SoftPowerUp
2017-09-10 13:58:49 +02:00
Rotzbua
0b258bfe0f refactor and split class
move hardware manipulation functions into new class
2017-05-22 12:25:18 +02:00
Rotzbua
9c221e59ee changeable spi class and settings 2017-05-22 11:30:25 +02:00
Rotzbua
f82bcc4046 Replace NULL by nullptr
correct c++11
2017-05-22 10:58:23 +02:00
Rotzbua
f07049c24e remove some constructors
Optional soft reset was added before, this can confuse ppl by default
set ss and not set rst pin. To clearify this change is made. Maybe
brakes some implmentations.
2017-05-22 10:51:47 +02:00
Rotzbua
ede44cc620 move source files
closes #286
2017-03-13 22:31:17 +01:00