Commit Graph

14 Commits

Author SHA1 Message Date
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
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
6fb3869bd6
Bump Version to 1.3.3 2017-03-26 17:00:14 +02:00
jpg-consulting
45b7e60584
Added RATS (Request for Answer To Select) #271
Added ATQA information for card identification
Added MIFARE DESFire type
Improved RATS

Added the "Dumping memory contents not implemented for that PICC type." for ISO-14443 cards

updated keyword.txt

Added PPS (Protocol and Parameter Selection Request)

Change baud rates in PPS and hardcoded CID

Improved ATS response.

Made ATS response more user-friendly

Enable CRC for T=CL after succesfull PPS.

Added TCL_Transceive and TCL_Deselect methods.

Response to TCL_Transceive takes care if R-Block is received

Added private methos to help parse PCB Block response

Using a structure to transceive PCB blocks.

Renamed some methods and structures.

Change some method and structure names and fixed a bug in PPS.

Added sanity check to PPS command

Added method to send R-Block (ACK/NAK).
Also takes care if chaining is present in I-Block response.

PPS works at 106 and 212 Kbps (Higher speeds not working)
2017-03-13 22:22:47 +01:00
Rotzbua
fda5380a7a add output SAK to dump functions 2016-02-15 16:25:48 +01:00
Miki Balboa
efc81dfb43 Merge pull request #152 from sophiekovalevsky/spi
Use settings functions on SPI libraries.
Looks great,
Thank you @sophiekovalevsky for you work, and thank you @lmmeng for testing it.
2016-01-04 22:47:54 -08:00
Rotzbua
f7f2d5d02d add dump firmware version to serial 2016-01-04 05:53:23 +01:00
Kiara Navarro
3c3ffa07e7 Use settings functions on SPI libraries. 2015-12-27 22:04:33 -05:00
Rotzbua
56d2777eb3 upd keywords.txt
add some missing functions
add comments for structure like MFRC522.h
2015-03-15 19:57:57 +01:00
mdxs
16a035c89c Add get/set methods for MIFARE Classic value blocks 2014-11-24 11:46:57 +01:00
mdxs
1ee8cbd7fd Adding AntennaOff and get/set of AntennaGain 2014-11-10 13:58:09 +01:00
TonyCallear
81ff84506b Keywords.txt update
Corrects Arduino IDE display code wrongly.  Syntax highlighting problem.
2013-11-30 15:47:23 +00:00
Søren Thing Andersen
b6892aa01e keywords file updated 2013-10-20 19:31:19 +02:00
Miguel Balboa
54e3217261 First Commit 2012-09-09 15:04:51 -05:00