File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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,
3232following 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!
3636A.E.TECH
You can’t perform that action at this time.
0 commit comments