Skip to content

Releases: GogoVega/RFIDtoEEPROM

v1.1.0 Release

02 Jun 13:37
1793bb5
Compare
Choose a tag to compare

Added

  • Support for I2C EEPROM.
  • Support for ESP32, ESP8266 and Raspberry Pi Pico.
  • Checks if the Card has already been saved for SaveCard().
  • Checks if Code size matches ByteNumber defined in Constructor.
  • Debug option (print error message to Serial Monitor).

Changed

  • Using pages in the EraseAllCards() function to speed up writing.

v1.1.0-beta.2 (Beta Version 2)

24 May 20:02
0fa1db6
Compare
Choose a tag to compare
Pre-release

Added

  • pageSize() function based on EEPROM size.

Changed

  • length() function size (from uint16_t to uint32_t) for large EEPROM.
  • Using pages in the EraseAllCards() function to speed up writing.

Fixed

  • length() function call error for Raspberry Pi Pico.
  • Page addressing fault when writing to and reading from the I2C EEPROM.
  • Page size error when using small EEPROMs.

v1.1.0-beta.1 (Beta Version 1)

21 May 19:25
40b9758
Compare
Choose a tag to compare
Pre-release

Added

  • Support for I2C EEPROM.
  • Support for ESP32, ESP8266 and Raspberry Pi Pico.
  • Checks if the Card has already been saved for SaveCard().
  • Checks if Code size matches ByteNumber defined in Constructor.

v1.0.0 (First Release 🎉)

05 May 08:55
1a70919
Compare
Choose a tag to compare

v1.0.0
First Release 🎉