From a8ddb5fb153177d049141c1307f9e542f49bbaa3 Mon Sep 17 00:00:00 2001 From: arduino12 Date: Sat, 2 Apr 2022 16:21:03 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 215fa3c..e6a25e6 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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