Commit Graph

154 Commits

Author SHA1 Message Date
Adrian Nistor
9a27fd7571 Allow the library to be used on STM32F1 platform 2015-06-13 19:38:14 +03:00
Adrian Nistor
56da797e70 Fix typos 2015-06-13 19:37:40 +03:00
Adrian Nistor
ecb509a0d6 Fix invalid escape sequence 2015-06-13 19:36:07 +03:00
Miki Balboa
2c12f1a9ef Merge pull request #105 from Rotzbua/master
add Troubleshooting to README
2015-05-25 01:08:57 -04:00
Rotzbua
27211e0f23 correct mistake at README 2015-05-19 17:53:45 +02:00
Rotzbua
c460250b74 add Troubleshooting to README 2015-05-19 17:45:47 +02:00
Rotzbua
c6845acea5 Merge branch 'miguelbalboa/master' 2015-05-12 20:58:20 +02:00
Miki Balboa
3eb9be087c Merge pull request #102 from Rotzbua/add_ide_library_properties
add library specification for arduino ide
2015-05-06 08:38:02 -05:00
Miki Balboa
4eb40e1b8d Merge pull request #95 from Rotzbua/master
Style improved, keywords updated
2015-05-06 08:36:14 -05:00
Rotzbua
5bbe648b48 add library specification for arduino ide 2015-05-05 19:49:32 +02:00
Rotzbua
6e8f4e0f29 upd doc 2015-04-12 16:14:37 +02:00
Rotzbua
b8136f2449 upd README
make more clear that only type A supported
2015-04-12 02:32:03 +02:00
Rotzbua
4cbca4bada move last remaining strings to flash
save: 6 byte ram
cost: 20 byte flash
2015-04-06 18:14:32 +02:00
Rotzbua
33ef3be013 tiny wrong comment 2015-04-06 17:56:32 +02:00
Rotzbua
a7f6f7526d tiny typo 2015-04-02 17:28:48 +02:00
Rotzbua
12a42c8143 style improved 2015-04-02 14:16:14 +02:00
Rotzbua
ac12772d07 add .pdf of .doc in documentation 2015-04-02 14:16:13 +02:00
Rotzbua
e891ec0033 style add missing tabs 2015-04-02 14:16:06 +02:00
Rotzbua
2dc9124ffc style space to tab
no code change, just style
2015-04-02 14:15:54 +02: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
Miki Balboa
cf7d98e2ab Merge pull request #90 from Rotzbua/master
use F() macro for return strings by functions
2015-03-12 17:41:58 -06:00
Rotzbua
038badba6c move self-test reference from ram to flash 2015-03-12 15:26:43 +01:00
Rotzbua
d0558e6079 Merge https://github.com/Eckankar/rfid 2015-03-12 15:23:46 +01:00
Sebastian Paaske Tørholm
26f95497ae Implement method for performing self-test of firmware
Closes #89
2015-03-11 23:25:35 +01:00
Rotzbua
ffe0976282 use F() macro for return strings by functions
fkt GetStatusCodeName() and PICC_GetTypeName() return pointer to flash
saves about 450 byte memory
if you need char: copy it from the flash
2015-03-11 17:30:06 +01:00
Miki Balboa
38d7264353 Merge pull request #86 from Rotzbua/master
Update examples, use F() macro
2015-02-23 09:36:07 -06:00
rotzbua
d4092ba6dc Update example rfid_write_personal_data.ino
Update pin layout hint like other examples
2015-02-23 16:14:02 +01:00
rotzbua
0ccfb06aa5 Update examples, use F() macro
Saves a lot of memory, examples now run at a arduino uno
2015-02-23 16:07:08 +01:00
Miki Balboa
6f4b6c4007 Merge pull request #83 from WGH-/fix-antenna-off
fixed PCD_AntennaOff (wrong register was assigned)
2015-02-08 17:55:25 -06:00
WGH
bbe86fcb7b fixed PCD_AntennaOff (wrong register was assigned) 2015-02-09 01:59:33 +03:00
Miki Balboa
5a6345244a Merge pull request #81 from steelgr/master
Fixed some typos
2015-02-03 13:01:28 -06:00
Spyros Panagiotopoulos
d914032c7c Fixed some typos
Instead of 0,”)” added
2015-02-03 20:59:07 +02:00
Miki Balboa
68ceae37f4 Merge pull request #80 from lorneb/master
use F() Macro to move strings to ProgMem
2015-02-03 11:50:37 -06:00
Lorne Bonnell
5b148a2e72 use F() Macro to move strings to ProgMem 2015-02-02 08:42:32 +10:00
Miki Balboa
4bbc8eb46a Merge pull request #79 from miguelbalboa/revert-76-master
Revert "Move strings to PROGMEM string tables"
2015-02-01 11:25:49 -06:00
Miki Balboa
099050f755 Revert "Move strings to PROGMEM string tables" 2015-02-01 11:25:23 -06:00
Miki Balboa
857d4c2bf3 Merge pull request #77 from lorneb/revert-76-master
Revert "Move strings to PROGMEM string tables"
2015-02-01 10:52:36 -06:00
lorneb
8f4d3cd542 Revert "Move strings to PROGMEM string tables" 2015-02-01 13:08:05 +10:00
Miki Balboa
e04a584782 Merge pull request #76 from skurella/master
Move strings to PROGMEM string tables
¡That is great!, Thanks @skurella
2015-01-30 13:52:45 -06:00
Sebastian Kurella
605a1d755f Move strings to PROGMEM string tables
This frees up almost 1KB of dynamic memory.
2015-01-30 15:29:39 +00:00
Miki Balboa
cd1bc210e2 Merge pull request #74 from UnKnoWn-Consortium/patch-7
Update ReadAndWrite.ino
2015-01-26 09:09:16 -06:00
Miki Balboa
32058130f2 Merge pull request #73 from UnKnoWn-Consortium/patch-6
Update MifareClassicValueBlock.ino
2015-01-26 09:09:09 -06:00
Miki Balboa
c435d3de05 Merge pull request #72 from UnKnoWn-Consortium/patch-5
Update rfid_default_keys.ino
2015-01-26 09:08:51 -06:00
Miki Balboa
95e9eccfd3 Merge pull request #71 from UnKnoWn-Consortium/patch-4
Update FixBrickedUID.ino
2015-01-26 09:08:36 -06:00
Miki Balboa
47d5c96b04 Merge pull request #70 from UnKnoWn-Consortium/patch-3
Update ChangeUID.ino
2015-01-26 09:08:28 -06:00
Miki Balboa
d5c61a2184 Merge pull request #69 from UnKnoWn-Consortium/patch-2
Update DumpInfo.ino
2015-01-26 09:06:53 -06:00
Miki Balboa
4d6227edd2 Merge pull request #68 from UnKnoWn-Consortium/patch-1
Update README.rst
2015-01-26 09:06:16 -06:00
UnKnoWn-Consortium
5657a16e15 Update MifareClassicValueBlock.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:11:04 +00:00
UnKnoWn-Consortium
af323a12ab Update ReadAndWrite.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:09:20 +00:00
UnKnoWn-Consortium
0627e6e9df Update rfid_default_keys.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:07:26 +00:00