Skip to content

Commit a8ddb5f

Browse files
authored
Update README.md
1 parent 8fb1cb0 commit a8ddb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A simple library to interface with RDM6300 RFID reader.
33

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

0 commit comments

Comments
 (0)