Use a sector of the LPC flash memory to emulate EEPROM storage, removing the need to have an SD card to store system parameters.
- Clean up the API to use a `static` class instance to adhere to Marlin convention - Add `const` position data access for read/write - Add Storage capacity to the interface