You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a short paragraph in REFERENCE.md similar to the section on SPI -- just saying that it acts like a basic read/write buffer and there is no GODMODE support at this time. I'll work on this (can you assign issues?).
The text was updated successfully, but these errors were encountered:
* Introduce EEPROM support (Arduino-CI#166)
* Update CHANGELOG.md
* Only include EEPROM if board supports it.
* Add EEPROM_SIZE to mega boards.
* Move `EEPROM_SIZE` macro to `misc/default.yml`.
* Use E2END to calculate EEPROM_SIZE.
* EEPROM is tested by uno and due so we don't need to add mega2560 (one less file changed).
* Simplify reference to EEPROM library.
* adding tests for EEPROM
* test high memory and array read.
* add setup to reset memory before each test
* Add documentation of EEPROM (fixArduino-CI#190).
Co-authored-by: Ian <[email protected]>
Co-authored-by: Elizabeth Ventura <[email protected]>
Add a short paragraph in REFERENCE.md similar to the section on SPI -- just saying that it acts like a basic read/write buffer and there is no GODMODE support at this time. I'll work on this (can you assign issues?).
The text was updated successfully, but these errors were encountered: