Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arduino12 committed Apr 2, 2022
1 parent 8fb1cb0 commit a8ddb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A simple library to interface with RDM6300 RFID reader.

## Features
* Fast and single tag reading, even if it held near the antenna for a while.
* Using a single given GPIO pin.
* Using a single given GPIO pin or a `Stream`.
* Can tell if the tag is still near the antenna.
* Both hardware and software uart (serial) support on esp8266.
* SAMD hardware uart (serial) support.
Expand Down Expand Up @@ -31,6 +31,6 @@ RDM6300 sends packet every 65ms when tag is near- better higher values for debou
* ```uint32_t get_new_tag_id()``` - Returns the tag_id of a "new" near tag,
following calls will return 0 as long as the same tag is kept near.
* ~~```bool update()``` - Updates the internal values must be called repeatedly!~~ **deprecated!**
* ~~```bool is_tag_near()``` - Returns whether a tag is held near.~~ **deprecated!** use ```get_tag_id```.
* ~~```bool is_tag_near()``` - Returns whether a tag is held near.~~ **deprecated!** use ```get_tag_id()```.
## Enjoy!
A.E.TECH

0 comments on commit a8ddb5f

Please sign in to comment.