Skip to content

Commit

Permalink
change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
awong1900 committed Jun 9, 2014
1 parent ce5a4bd commit 2dcb382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
RF430CL330H_Shield (DNFC Tag)
==================
Buy DNFC Tag here http://igg.me/at/GOODNFCTAG/x/7649823
More info : http://www.elecfreaks.com

The DNFC tag is reprogrammable with a microcontroller with an I2C interface thanks to TI's RF430CL330H dynamic NFC transponder IC.

Expand Down
3 changes: 2 additions & 1 deletion RF430CL330H_Shield.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* Copyright 2013-2014 Ten Wong, wangtengoo7@gmail.com
* https://github.com/awong1900/RF430CL330H_Shield
* More info : http://www.elecfreaks.com
*/
//the I2C part of this code is heavily borrowed from Adafruit_NFCShield_I2C
//the I2C part of this code is borrowed from Adafruit_NFCShield_I2C
//link to original https://github.com/adafruit/Adafruit_NFCShield_I2C

#include "RF430CL330H_Shield.h"
Expand Down
3 changes: 2 additions & 1 deletion RF430CL330H_Shield.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* Copyright 2013-2014 Ten Wong, wangtengoo7@gmail.com
* https://github.com/awong1900/RF430CL330H_Shield
* More info : http://www.elecfreaks.com
*/
//the I2C part of this code is heavily borrowed from Adafruit_NFCShield_I2C
//the I2C part of this code is borrowed from Adafruit_NFCShield_I2C
//link to original https://github.com/adafruit/Adafruit_NFCShield_I2C

// RF430 User Address Map
Expand Down

0 comments on commit 2dcb382

Please sign in to comment.