Skip to content

Modify EEPROM functions to manage not only multiples of 4 inputs #328

@cua-cua

Description

@cua-cua

The EEPROM functions (save and read) only manage input data multiple of 4 because the data is flashed with flash_program_word function. We have two alternatives:

  • Discard the data that can not be saved on words (current solution)
  • Include garbage data so the data always is contained on words. (proposed solution)

At this moment we only save maze sequence of 16*16 size so this is not a bug yet.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions