Skip to content

Releases: sparkfun/SparkFun_Qwiic_RFID_Arduino_Library

Fixes compiler warning

11 Oct 16:21
Compare
Choose a tag to compare

This small update fixes the compiler warning about requestFrom(address, bytes) being called in an unknown way. This was caused by the bytes parameter not explicitly being given a type when passed as an argument to the function. The solution was a static cast of the parameter to uint8_t.

Fixes bug in getAllTags

13 Sep 19:03
Compare
Choose a tag to compare

Internal function was incorrectly call 20 sets of 20 bytes, instead of 20 sets of 10 bytes

Example code in "example" folder

04 Sep 14:57
Compare
Choose a tag to compare

This release fixes the example folder being name incorrectly (capital "E", instead of "e") and should populate correctly in the Arduino IDE.

Fixes typecast bug

19 Jul 19:05
Compare
Choose a tag to compare
v1.1.3

Rolls version to v1.1.3

Adds clearTags function and fixes negative scan times

19 Jul 18:05
Compare
Choose a tag to compare

Adds function to clear the 20 tag ID buffer on the Qwiic RFID reader with the function call: clearTags(). This update also hopefully fixes negative time stamp bug attached to some RFID tag scans.

Fixes minor typos

09 Jul 16:15
Compare
Choose a tag to compare

Fixes minor spacing typos in example code.

Initial Release

08 Jul 22:20
Compare
Choose a tag to compare

The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The SparkFun Qwiic RFID Reader can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.