File tree 1 file changed +2
-2
lines changed
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.
3
3
4
4
## Features
5
5
* 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 ` .
7
7
* Can tell if the tag is still near the antenna.
8
8
* Both hardware and software uart (serial) support on esp8266.
9
9
* SAMD hardware uart (serial) support.
@@ -31,6 +31,6 @@ RDM6300 sends packet every 65ms when tag is near- better higher values for debou
31
31
* ``` uint32_t get_new_tag_id() ``` - Returns the tag_id of a "new" near tag,
32
32
following calls will return 0 as long as the same tag is kept near.
33
33
* ~~ ``` 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() ``` .
35
35
## Enjoy!
36
36
A.E.TECH
You can’t perform that action at this time.
0 commit comments