Rotzbua
7f78c5cffe
Merge branch 'new-travis' into patch-collision
2016-02-15 17:33:17 +01:00
Rotzbua
fda5380a7a
add output SAK to dump functions
2016-02-15 16:25:48 +01:00
Rotzbua
543d08f5d8
make some fct static
...
save some bytes flash
2016-02-10 14:28:43 +01:00
Rotzbua
8ecb98cfd5
tweak enum
...
save flash
2016-01-31 23:48:24 +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
Rotzbua
51a38a04de
Merge branch 'master' into upd-readme
2016-01-04 04:58:20 +01:00
Rotzbua
345f66ae0f
codestyle and move new code to right pos
...
- add doc and author
2016-01-04 04:31:01 +01:00
Gargantuanman
143f46f729
Update MFRC522.h
...
now returns the passACK
2016-01-01 01:38:44 -06:00
Gargantuanman
d8072ede61
Update MFRC522.h
...
For NTAG 213,215,126 Authentification
2016-01-01 01:20:12 -06:00
Kiara Navarro
3c3ffa07e7
Use settings functions on SPI libraries.
2015-12-27 22:04:33 -05:00
Kiara Navarro
e13cfd59a7
Fix datasheet urls in 1k and 4k cards.
2015-12-25 01:58:27 -05:00
Rotzbua
dbdf4171a1
code style
...
- remove int-values of enums StatusCode and PICC_Type which are not part
of any specification
- changed MFRC522::StatusCode to only StatusCode which is better
readable, was my fault sry
2015-12-08 11:03:47 +01:00
Rotzbua
8016aa7c98
typechange: byte -> PICC_Type
2015-12-05 22:32:57 +01:00
Rotzbua
36128c273b
improve code style - realign arguments of functions
2015-12-05 21:03:41 +01:00
Rotzbua
2a1794a0a5
use type instead of byte
2015-12-05 20:14:10 +01:00
liviu
118a03cde0
Better implementation of the PCD_Init() method. Thanks to Rotzbua
...
to point this out.
2015-12-05 10:50:34 +01:00
liviu
dd3bd76f5d
New constructor and PCD_Init() method to allow defining arrays of readers.
2015-12-01 21:25:01 +01:00
Rotzbua
9ef7aff2e9
Merge branch 'add_firmeware_0x90_check'
...
Conflicts:
MFRC522.cpp
2015-09-04 11:36:14 +02:00
Miki Balboa
36c56bb55c
Merge pull request #108 from anistor/t_fixes_for_STM32F103
...
Some fixes for STM32F1 platform
2015-06-13 23:19:14 -04:00
Adrian Nistor
56da797e70
Fix typos
2015-06-13 19:37:40 +03:00
Marcos Vives Del Sol
ced2555bc4
Added selftest support for FM17522
2015-06-12 21:02:36 +02:00
Rotzbua
33fc41a302
add self-test reference for 0x90
2015-04-12 16:33:06 +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
2dc9124ffc
style space to tab
...
no code change, just style
2015-04-02 14:15:54 +02: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
lorneb
8f4d3cd542
Revert "Move strings to PROGMEM string tables"
2015-02-01 13:08:05 +10: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
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
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
mdxs
16a035c89c
Add get/set methods for MIFARE Classic value blocks
2014-11-24 11:46:57 +01:00
Miki Balboa
92544cab84
Merge pull request #47 from mdxs/exp_range
...
Adding AttennaOff and get/set of AntennaGain
2014-11-10 09:07:29 -06:00
mdxs
1ee8cbd7fd
Adding AntennaOff and get/set of AntennaGain
2014-11-10 13:58:09 +01:00
mdxs
a9360d6022
Fixed various typos and whitespace layout issues (no code should have changed by this commit)
2014-11-10 09:15:23 +01:00
Søren Thing Andersen
fcc325e09f
Filename in comment corrected.
2013-10-20 19:04:41 +02:00
Søren Thing Andersen
a3bd6ff2e5
MIFARE specific functions renamed.
...
Write for MIFARE Ultralight implemented.
Cleanup.
2013-10-20 16:19:49 +02:00
Søren Thing Andersen
cc1294aa79
Major refactoring performed. Committed now to have an offsite backup ;-)
2013-10-19 00:27:20 +02:00