Skip to content

Releases: sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library

Add M7E Hecto Support

09 May 19:06
d52c969
Compare
Choose a tag to compare

M7E has some minor differences that required updates to get it working, mainly just different NA region support and extra bytes to read memory banks.

Also modified all the examples to have user-selectable serial interface, baud rate, and module type. This removed the need for the dedicated hardware serial examples, so those have been removed.

All changes are backwards compatible with the previous version.

v1.1.1

14 Mar 22:37
0f33516
Compare
Choose a tag to compare

Fix compilation errors for ESP32, and update README regarding SoftwareSerial.

v1.1.0

25 Oct 19:53
264d35a
Compare
Choose a tag to compare

Add GPIO support. Can be used like so:

  • nano.pinMode(1, OUTPUT)
  • nano.digitalWrite(1, HIGH)
  • nano.digitalRead(1)

Revert atoi and fix for writeEPC bug

09 Apr 19:33
Compare
Choose a tag to compare

Fix bad code in example 1

23 Jan 00:00
Compare
Choose a tag to compare
v1.0.6

Lib ver roll

Fix writeEPC function to work on stricter platforms

24 Oct 22:39
Compare
Choose a tag to compare

Now compiles on Teensy and MKR.

Fix UID example

20 Apr 15:18
Compare
Choose a tag to compare
v1.0.4

Rolling lib ver. Adding to keywords.

Fix for issue 7

31 Mar 21:37
Compare
Choose a tag to compare
v1.0.3

Rolling lib ver

PRs implemented

20 Mar 16:11
Compare
Choose a tag to compare
v1.0.2

Merge branch 'master' of https://github.com/sparkfun/SparkFun_Simulta…