Commit Graph

433 Commits

Author SHA1 Message Date
Rotzbua
b4fd278f0c Merge pull request #429 from CornyjK/patch-1
Some typo fixes
2018-10-22 01:51:14 +02:00
Kryštof Černý
9e70707acf Some typo fixes 2018-10-21 14:29:35 +02:00
Rotzbua
c8e5bf00fc add counterfeit chip detection to print version
reference #427
2018-10-13 15:48:29 +02:00
Rotzbua
3acbbc6ead add notice about bad boards 2018-10-11 16:50:05 +02:00
Rotzbua
3592862bcb Improve hardware based reset 2018-10-10 15:03:21 +02:00
Rotzbua
1cf133cb67 rm dead link (fix #425) 2018-10-06 04:34:16 +02:00
Rotzbua
39a2764c3f bump version to 1.4.2 2018-10-04 15:25:03 +02:00
Rotzbua
087d6160f1 change development state 2018-10-04 15:18:47 +02:00
per1234
c4c58f4830 Use a single tab field separator in keywords.txt
Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and newer an empty KEYWORD_TOKENTYPE causes the default editor.function.style highlighting  to be used (as with KEYWORD2, KEYWORD3). On Arduino IDE 1.6.4 and older it causes the keyword to not be recognized for any special highlighting.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-10-04 14:01:58 +02:00
Rotzbua
ea7ee3f3da bump version to 1.4.1 2018-10-04 13:33:36 +02:00
Rotzbua
dadcad0fc5 Merge remote-tracking branch 'miguelbalboa/release_1_4_X' into revertsplit 2018-10-04 13:29:14 +02:00
Rotzbua
4c193e338f Revert "remove some constructors"
This reverts commit f07049c24e.
2018-10-04 13:10:12 +02:00
Rotzbua
4623434bea Revert "replace #define by constexpr"
This reverts commit a1d0a1313d.
2018-10-04 12:54:33 +02:00
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
Rotzbua
eb1fa49d47 Revert "optimise functions"
This reverts commit 57eb6b9a3b.
2018-10-04 12:52:00 +02:00
Rotzbua
5172bc4cbe Revert "fix wrong init order"
This reverts commit e71a86b7e0.
2018-10-04 12:50:44 +02:00
Rotzbua
b5de4067c1 http -> https 2018-09-14 22:01:32 +02:00
Rotzbua
03c3681280 Merge pull request #417 from Rotzbua/fix_platformio
fix platformio output throw grep error
2018-08-28 01:59:17 +02:00
Rotzbua
4e64049676 fix platformio output throw grep error 2018-08-27 23:32:26 +02:00
Rotzbua
9cee699b2e Merge pull request #396 from dboyz/master
Fix #394 logic error in PICC_Select
2018-07-06 00:08:04 +02:00
Rotzbua
c62230813e fix syntax highlightning 2018-06-29 02:04:35 +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
c8b922c8a4 add notice according to #299 2018-06-12 15:15:18 +02:00
PTS93
fb4b91ea30 Add samd architecture (#379)
* Add samd architecture

I have not made an intricate test of every available function but so far working with SAMD21 did not give me any trouble.
2018-05-08 11:26:17 +02:00
Rotzbua
d88dd248c4 add doc about dependencies
fix #364
2018-04-13 21:17:03 +02:00
Rotzbua
b7bdc7f253 add doc about dependencies
fix #364
2018-04-13 21:16:46 +02:00
Rotzbua
cf5e0429eb bump version to 1.4.0 2018-04-13 17:09:27 +02:00
Rotzbua
4b27d4fb5f deprecate MIFARE_SetAccessBits 2018-04-13 15:55:14 +02:00
Rotzbua
296772ea5f replace UINT8_MAX by UNUSED_PIN 2018-04-13 13:11:21 +02:00
heziegl
ff4f51f38b 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-04-13 13:01:56 +02:00
Rotzbua
08a55da3ad Add notice #370 2018-04-10 13:54:44 +02:00
Rotzbua
43aac2761b Update changes.txt 2018-02-25 19:29:09 +01:00
Rotzbua
5879252f82 fix #355 possible infinite loop PCD_Reset()
commited by @psgreco
2018-02-25 02:20:11 +01:00
Rotzbua
b239257694 add notice about working SPI chip select pin 2018-02-22 16:58:22 +01:00
Rotzbua
f02e3c0917 Add security notice about UID 2018-02-11 15:46:31 +01:00
Rotzbua
7a986cc5ba add troubleshooting encrypted cards
close  #356
2018-01-18 00:38:25 +01:00
Rotzbua
a23f5511bc Update changes.txt 2018-01-14 13:06:00 +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
9ce56d53c9 Cleanup AccessControl.ino
- unreachable code
- unused var
- simlified return
2018-01-13 13:35:54 +01:00
Rotzbua
767408134c add fixme for unused var, see #301 2018-01-13 13:34:58 +01:00
Rotzbua
04dc9e97c9 Update changes.txt 2018-01-13 13:27:08 +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
Rotzbua
98c43cde8f change boolean to bool
more information: https://github.com/arduino/Arduino/issues/4673
2018-01-13 11:29:53 +01:00
Rotzbua
3ef2f1a2f8 Update changes.txt 2018-01-13 11:07:23 +01:00
Rotzbua
f11d979809 Fix AccessControl.ino - rm unused var
additional to #353
2018-01-13 11:04:37 +01:00
thoaitrieu
1e9ca23890 Fix AccessControl.ino (#353)
* Fix AccessControl.ino

The function checkTwo not work with some cards with 0-index key ID equals to 0 not found in storeCard..then they add fullstack of the same card.
2018-01-13 11:00:58 +01:00
Rotzbua
fdb1090516 update link to esp port @mmmmar 2018-01-11 15:53:28 +01:00
Rotzbua
19461b34d3 Update README.rst
add cold solder joints hint
2017-12-03 11:30:31 +01:00
Rotzbua
269625fe58 Update changes.txt 2017-11-06 22:31:04 +01:00