RoboticsClubAtUCDavis / micromouse

4 stars 3 forks source link

Create and Implement Memory Class #77

Open blhough opened 7 years ago

blhough commented 7 years ago

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:

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