Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Added simple readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martymcguire committed Dec 17, 2009
1 parent b80f4ad commit 2cce20a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.mdwn
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Arduino RFIDDB
==============

This is a library for storing, matching against, and updating a list of RFID tags, stored in the EEPROM of an Arduino.

The library assumes many things:

* Your RFID tags are 10 character strings (e.g., Parallax RFID tags)
* Your EEPROM has enough memory to store all of the tags (an ATMEGA328 has 512 bytes of EEPROM storage, can store 51 tags).
* You like updating your database over Serial

Installation
------------

Place all of this great stuff in an RFIDDB folder in your Arduino software's `hardware/libraries/` directory.

Using the Library
-----------------

See the RFIDDBTest example to see how this library is used.

0 comments on commit 2cce20a

Please sign in to comment.