Commit Graph

423 Commits

Author SHA1 Message Date
Miki Balboa
b443b11f91 Merge pull request #158 from ivankravets/patch-5
Add Teensy platform
2016-01-03 17:19:35 -08:00
Ivan Kravets
543bb8a8b3 Test examples for Teensy 3.1 2016-01-04 03:18:42 +02:00
Ivan Kravets
cbd64c281f Add Teensy platform 2016-01-04 03:17:12 +02:00
Miki Balboa
fd70a83418 Merge pull request #157 from ivankravets/patch-4
Add CI build status badge
Thank you @ivankravets , I'm new with travis, and only can see that everything is failing, at this point I don't know why.
2016-01-03 17:14:49 -08:00
Miguel Balboa
e19b9a97d4 Ntag216_AUTH.ino own directory 2016-01-03 17:00:39 -08:00
Miguel Balboa
a9d8172a92 Added Ntag216_AUTH.ino to .travis.yml 2016-01-03 16:59:43 -08:00
Ivan Kravets
85d24ae0de Add CI build status badge 2016-01-04 02:54:35 +02:00
Miguel Balboa
c84eee1164 Merge branch 'master' of https://github.com/miguelbalboa/rfid 2016-01-03 16:48:16 -08:00
Miguel Balboa
6b4f445671 Continuous Integration notice in changes.txt 2016-01-03 16:48:03 -08:00
Miki Balboa
835177931e Merge pull request #147 from ivankravets/patch-3
Continuous Integration,
Thank you @ivankravets
2016-01-03 16:47:19 -08:00
Miguel Balboa
d035c1fb9e Fix typos in comments as #100 2016-01-03 16:34:04 -08:00
Miguel Balboa
6cae7890ce Starting to use versions 2016-01-03 16:23:31 -08:00
Miki Balboa
23fc3fd132 Merge pull request #156 from Gargantuanman/patch-4
Example for Ntag216 authentication
Thank you @Gargantuanman .
2016-01-03 16:02:27 -08:00
Miki Balboa
367f84b384 Merge pull request #155 from Gargantuanman/patch-3
Update MFRC522.cpp
2016-01-03 16:01:34 -08:00
Miki Balboa
0bdca95c53 Merge pull request #154 from Gargantuanman/patch-2
Update MFRC522.h
2016-01-03 16:01:12 -08:00
Gargantuanman
33b20a8c33 Example for Ntag216 authentication 2016-01-01 17:04:38 -06:00
Gargantuanman
72b1162780 Update MFRC522.cpp
Added Authentication with Ntag 213,215,216 returns the pACK
2016-01-01 01:41:10 -06: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
Miki Balboa
31f7607c60 Merge pull request #151 from sophiekovalevsky/kn-features
Missing urls.
Thank You @sophiekovalevsky and @Rotzbua .
2015-12-26 13:37:48 -08:00
Kiara Navarro
e13cfd59a7 Fix datasheet urls in 1k and 4k cards. 2015-12-25 01:58:27 -05:00
Kiara Navarro
3b515c7eb0 Bump to upstream version. 2015-12-24 09:45:27 -05:00
Rotzbua
bafa2faead renew example firmware_check.ino
- add some comments at performselftest()
2015-12-08 12:31:15 +01:00
Ivan Kravets
3d9ff82512 Continuous Integration using @PlatformIO and @travis-ci
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci (an open-source hosted, distributed continuous integration service) proposes to apply continuos integration for embedded projects in a few clicks.

* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html

## Quickstart
Please enable Travis.CI for this project http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A (steps 1, 2, 5)

## Status Badge
You can add [badge with build status](https://docs.travis-ci.com/user/status-images/) to your README

**Markdown**
```
[![Build Status](https://travis-ci.org/miguelbalboa/rfid.svg?branch=master)](https://travis-ci.org/miguelbalboa/rfid)
```

**RST**
```
.. image:: https://travis-ci.org/miguelbalboa/rfid.svg?branch=master
    :target: https://travis-ci.org/miguelbalboa/rfid
```

## Examples

* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0) [![Build Status](https://travis-ci.org/felis/USB_Host_Shield_2.0.svg?branch=master)](https://travis-ci.org/felis/USB_Host_Shield_2.0)
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote) [![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote)
* Project [ethercard](https://github.com/jcw/ethercard) [![Build Status](https://travis-ci.org/jcw/ethercard.svg?branch=master)](https://travis-ci.org/jcw/ethercard)
2015-12-08 13:15:13 +02:00
Rotzbua
933080c87c upd changes.txt 2015-12-08 11:07:50 +01:00
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