Rotzbua
2284940b58
Merge branch 'miguelbalboa/master'
2015-12-08 11:07:21 +01: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
Miki Balboa
44aecd0649
Merge pull request #146 from EddieNejadi/master
...
Added (MFRC522::StatusCode) type cast to avoid compilation error, Thanks @EddieNejadi .
2015-12-07 10:49:53 -08:00
Mahdi Abdinejadi
60833a7f6a
Added (MFRC522::StatusCode) type cast to avoid compilation error
2015-12-07 19:10:55 +01:00
Rotzbua
8016aa7c98
typechange: byte -> PICC_Type
2015-12-05 22:32:57 +01:00
Miki Balboa
09d1362a12
Merge pull request #144 from Rotzbua/use_type_not_byte_2
...
Use type MFRC522::StatusCode instead of generic byte
2015-12-05 13:06:56 -08:00
Rotzbua
36a43dbb70
fix missed type update
...
byte -> MFRC522::StatusCode
2015-12-05 21:56:13 +01:00
Rotzbua
45bf05684a
upd changes.txt
2015-12-05 21:37:47 +01:00
Rotzbua
00394472fe
improve code style
...
include if in switch
2015-12-05 21:17:44 +01:00
Rotzbua
36128c273b
improve code style - realign arguments of functions
2015-12-05 21:03:41 +01:00
Rotzbua
e1b9d443f7
improve code style
...
remove useless break;
2015-12-05 20:52:55 +01:00
Rotzbua
5c502136b3
upd examples
2015-12-05 20:26:26 +01:00
Rotzbua
2a1794a0a5
use type instead of byte
2015-12-05 20:14:10 +01:00
Rotzbua
4317d86e1b
Merge branch 'miguelbalboa/master' into use_type_not_byte_2
2015-12-05 19:44:22 +01:00
Miki Balboa
8b94df1d7b
Merge pull request #143 from lmmeng/master
...
New constructor and PCD_Init() method to allow defining arrays of rea…
2015-12-05 09:45:58 -08: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
Miki Balboa
0f5c7739af
Merge pull request #142 from mayatforest/fix_better_sak_handle
...
Added clearing 8 bit in sak PICC_GetType
2015-12-04 12:23:18 -08:00
Rotzbua
88d5f9977c
Merge remote-tracking branch 'mayaforest/fix_better_sak_handle'
2015-12-04 20:01:23 +01:00
Rotzbua
ca56f732ae
Merge remote-tracking branch 'refs/remotes/miguelbalboa/master'
2015-12-03 17:39:16 +01:00
liviu
dd3bd76f5d
New constructor and PCD_Init() method to allow defining arrays of readers.
2015-12-01 21:25:01 +01:00
mayatforest
ca66cbefd8
Use 1-8 bit number notation
2015-12-01 22:02:01 +04:00
mayatforest
f21ecec30d
Added clearing 7 bit in sak PICC_GetType
2015-12-01 16:37:02 +03:00
Miki Balboa
272c59b56a
Merge pull request #134 from alistairuk/master
...
Corrected labelling and swapped GND and RST pins in Fritzing schematic.
2015-11-02 08:22:40 -08:00
Alistair MacDonald
65aff9c1a6
Corrected labeling and swapped GND and RST pins in Fritzing schematic.
2015-11-02 15:45:27 +00:00
Miki Balboa
61fd8e5021
Merge pull request #129 from Rotzbua/master
...
fix tiny typo in readme
2015-09-29 21:41:36 -07:00
Rotzbua
4d5ebedc9e
fix tiny typo in readme
2015-09-17 20:55:21 +02:00
Miki Balboa
7638634dbe
Merge pull request #125 from Rotzbua/master
...
readme wrong pin at mega; fix #114
2015-09-04 14:45:28 -07:00
Rotzbua
da57844188
upd firmware_check example
2015-09-04 12:54:23 +02:00
Rotzbua
f54971647e
Merge branch 'master' into example_firmware_check
2015-09-04 11:40:28 +02:00
Rotzbua
9ef7aff2e9
Merge branch 'add_firmeware_0x90_check'
...
Conflicts:
MFRC522.cpp
2015-09-04 11:36:14 +02:00
Rotzbua
7e9a17db49
upd library version
...
for arduino lib manager
2015-09-04 11:32:43 +02:00
Rotzbua
a5efda7ab3
readme wrong pin at mega; fix #114
2015-09-04 10:46:59 +02:00
Miki Balboa
247f8e1e84
Merge pull request #120 from AllToTheX/patch-1
...
Add return to MIFARE_UnbrickUidSector()
2015-08-15 22:31:34 -07:00
AllToTheX
e071335e4b
Add return to MIFARE_UnbrickUidSector()
...
So the code can't reach end of non-void function
2015-08-16 02:10:46 +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
Miki Balboa
e5de879252
Merge pull request #106 from socram8888/master
...
Added selftest support for FM17522
2015-06-13 23:17:07 -04:00
Adrian Nistor
68f0b68a5a
Some fixes for STM32F1 platform
...
* replace char with int8_t because char does not seem to be signed on STM32 and leads to infinite loops.
* move the pin handling out of constructor and into PCD_Init() function to avoid problems with digitalWrite() crashing due to unpredictable global variable initialisation order on STM32 (pin map arrays are not always setup before user's global objects are constructed).
2015-06-13 19:59:04 +03:00
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
Marcos Vives Del Sol
ced2555bc4
Added selftest support for FM17522
2015-06-12 21:02:36 +02: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
7da08d8fd8
add firmware version to ShowReaderDetails
2015-04-14 02:16:36 +02:00
Rotzbua
33fc41a302
add self-test reference for 0x90
2015-04-12 16:33:06 +02:00