Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change EEPROM functionality for non-AVR systems #39

Closed
SV-Zanshin opened this issue Feb 10, 2019 · 1 comment
Closed

Change EEPROM functionality for non-AVR systems #39

SV-Zanshin opened this issue Feb 10, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SV-Zanshin
Copy link
Collaborator

Currently the library only works for AVR-Based processors because use is made of the EEPROM calls on the Arduino. The EEPROM is used to store information for the INA devices found because this information is static per run and space for program memory can freed up by moving this data to EEPROM.

On non-AVR processors there is generally a lot more memory available, so the EEPROM data space can be reserved once at startup from the heap and read directly.

@SV-Zanshin SV-Zanshin added the enhancement New feature or request label Feb 10, 2019
@SV-Zanshin SV-Zanshin self-assigned this Feb 10, 2019
SV-Zanshin pushed a commit that referenced this issue Feb 10, 2019
SV-Zanshin pushed a commit that referenced this issue Feb 10, 2019
Added include to EEPROM for ESP32
@SV-Zanshin
Copy link
Collaborator Author

Changes made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant