Commit Graph

321 Commits

Author SHA1 Message Date
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
UnKnoWn-Consortium
4a58153fd5 Update FixBrickedUID.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:06:41 +00:00
UnKnoWn-Consortium
70bff5c128 Update ChangeUID.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:04:30 +00:00
UnKnoWn-Consortium
499e13d33c Update ReadAndWrite.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:51:13 +00:00
UnKnoWn-Consortium
993076a0c8 Update MifareClassicValueBlock.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:49:43 +00:00
UnKnoWn-Consortium
dde29687c2 Update rfid_default_keys.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:47:53 +00:00
UnKnoWn-Consortium
e4a25489b2 Update FixBrickedUID.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:46:18 +00:00
UnKnoWn-Consortium
43209541ee Update ChangeUID.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:44:43 +00:00
UnKnoWn-Consortium
9072987401 Update DumpInfo.ino
Added pin layouts for ATMEGA32U4-based Arduinos in comment; code updated to account for serial behaviors of ATMEGA32U4-based Arduinos
2015-01-24 22:03:45 +00:00
UnKnoWn-Consortium
19ada3f64a Update DumpInfo.ino
Added pin layouts for ATMEGA32U4-based Arduinos in comment; code unchanged
2015-01-24 01:08:05 +00:00
UnKnoWn-Consortium
2f97c865fb Update README.rst
Added pin layouts for ATMEGA32U4-based Arduinos
2015-01-24 01:07:24 +00:00
Miki Balboa
39d820b509 Merge pull request #65 from Powder/master
Added Teensy 3.1 Pins to readme
2015-01-06 11:53:12 -06:00
Tim Pulver
27b505b89b Update README.rst
Added Teensy 3.1 Pins
2015-01-06 17:20:22 +01:00
Miki Balboa
cba5551e53 Merge pull request #64 from tjclement/master
UID changeable card support
It is useful, thank you.
2015-01-05 12:28:41 -06:00
Tom Clement
df1e6fa6df Implemented functionality to write to sector 0 on UID changeable MIFARE cards, using Chinese 'magic sequence' commands. 2015-01-03 02:31:59 +01:00
Tom Clement
b1240e9024 Implemented functionality to write to sector 0 on UID changeable MIFARE cards, using Chinese 'magic sequence' commands. 2015-01-03 02:30:23 +01:00
Miki Balboa
1692254857 Merge pull request #61 from mdxs/patch-1
Fixed typos in example
2014-11-27 10:00:01 -06:00
Miki Balboa
3ca768d44a Merge pull request #60 from mdxs/upd_read_and_write
Updated the ReadAndWrite example
2014-11-27 09:59:40 -06:00
mdxs
3d6d81defc Fixed typos in example 2014-11-27 13:45:42 +01:00
mdxs
b4fd5f74f7 Updated the ReadAndWrite example 2014-11-27 13:30:31 +01:00
Miki Balboa
3b96164ed6 Merge pull request #59 from mdxs/add_value_block_methods
Add get/set methods for MIFARE Classic value blocks
2014-11-24 11:50:56 -06:00
Miki Balboa
a5545ca0ce Merge pull request #58 from mdxs/add_license_file
Adding explicit UNLICENSE file
2014-11-24 11:50:00 -06:00
mdxs
16a035c89c Add get/set methods for MIFARE Classic value blocks 2014-11-24 11:46:57 +01:00
mdxs
87fe232817 Adding (un)license section in README 2014-11-24 11:13:12 +01:00
mdxs
26190078a8 Adding explicit UNLICENSE file 2014-11-24 10:26:07 +01:00
Miki Balboa
18af147959 Merge pull request #56 from mdxs/del_rfid_dump_block0
Removing duplicate example
2014-11-16 14:01:28 -06:00
Miki Balboa
62d8a806e4 Merge pull request #55 from mdxs/add_pinlayout_image
Adding RFID-RC522 Pin Layout image
2014-11-15 11:13:49 -06:00
Miki Balboa
20455d9df8 Merge pull request #54 from mdxs/add_fritzing_images
Added images for Fritzing diagram and part
2014-11-15 11:13:09 -06:00
Miki Balboa
88cb66433b Merge pull request #53 from mdxs/upd_mifare_classic_value_block
Updated the Mifare Classic Value Block example
2014-11-15 11:12:24 -06:00
mdxs
80d4eb7392 Removing duplicate example 2014-11-15 04:40:22 +01:00
mdxs
7701a19da7 Adding RFID-RC522 Pin Layout image 2014-11-15 02:21:25 +01:00
mdxs
be0e1e9212 Adding image for Uno with RFID-RC522 2014-11-15 00:04:29 +01:00
mdxs
667a20fd22 Adding image for RFID-RC522 module 2014-11-15 00:03:33 +01:00
mdxs
0d8d9a4f86 Updated the Mifare Classic Value Block example 2014-11-14 07:01:58 +01:00
Miki Balboa
966e4d1908 Merge pull request #52 from mdxs/upd_default_keys
Refactored and commented Default Keys example
2014-11-13 16:18:04 -06:00