Releases: GogoVega/RFIDtoEEPROM
Releases · GogoVega/RFIDtoEEPROM
v1.1.0 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. - 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)
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)
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 🎉)
v1.0.0
First Release 🎉