Skip to content

Create and Implement Memory Class #77

Description

@blhough

reference:
https://www.pjrc.com/teensy/td_libs_EEPROM.html
https://www.arduino.cc/en/Reference/EEPROM

Create a Memory class with the following public interface:

  • Memory();default constructor
  • void write( unsigned addr, int val); writes the value to the EEPROM
  • int read( unsigned addr ); read the value from the EEPROM

be sure to read the README for how to make contributions

If you are new to classes in C++
https://github.com/RoboticsClubAtUCDavis/micromouse/blob/dev/README.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions