Northeastern-Electric-Racing / Shepherd-BMS

Our from-scratch Battery Management Application
3 stars 0 forks source link

[EEPROM] - Clean up interface #78

Open dyldonahue opened 7 months ago

dyldonahue commented 7 months ago

Current Features

we currently have an eeprom interface that duplicates stuff from the embedded base middleware package - this seemingly was not cleaned up correctly when moving this interface to embedded base

Desired Additional Features

Everything that shepherd duplicates from this middleware must be removed. This means:

Shepherd's interface for eeprom should not have any bare reading and writing functionality, it should abstract the shepherd specific use cases. Right now, this includes:

Screenshots (as needed)

No response