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.
This commit is contained in:
Rotzbua
2017-05-11 17:36:43 +02:00
parent 5b77ff7c6a
commit f07049c24e
4 changed files with 10 additions and 30 deletions

View File

@@ -1,7 +1,11 @@
-- Add changes to unreleased tag until we make a release.
unreleased
-
- Removed: void PCD_Init(byte resetPowerDownPin);
- Removed: MFRC522(byte resetPowerDownPin);
- Changed default initialisation of SS pin with constants of arduino.h are not done anymore
- Replaced UINT8_MAX by UNUSED_PIN
-
22 Mar 2017, v1.3.6
- Added deprecate and compiler warnings @Rotzbua