Commit Graph

13 Commits

Author SHA1 Message Date
Rotzbua
e1b5c1dafa Revert "changeable spi class and settings"
This reverts commit 9c221e59ee.
2018-10-04 12:53:40 +02:00
Rotzbua
4148249807 Revert "refactor and split class"
This reverts commit 0b258bfe0f.
2018-10-04 12:52:18 +02:00
Daniel Tan
2fdb154346 Revert 764cb6c251 and 767408134c. Fix https://github.com/miguelbalboa/rfid/issues/394 2018-06-26 08:01:55 +08:00
Rotzbua
5879252f82 fix #355 possible infinite loop PCD_Reset()
commited by @psgreco
2018-02-25 02:20:11 +01:00
heziegl
feda7b55f9 fix #293 #324 #347, hang of PCD_Init() on ESP8266 boards (#354)
On the Wemos D1 mini ESP8266 board the RST pin was LOW all the time and the MFRC522::PCD_Init() didn't reset the MFRC522 because of a non working digitalWrite, resulting in a endless loop.
2018-01-14 13:04:01 +01:00
Rotzbua
767408134c add fixme for unused var, see #301 2018-01-13 13:34:58 +01:00
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