Skip to content

This is Memory Devices repo for ses projects weekly meetings during the academic year 2021-2022

License

Notifications You must be signed in to change notification settings

JKUATSES/2021-memoryDevices

Repository files navigation

2021-memoryDevices

This is Memory Devices repo for ses projects weekly meetings during the academic year 2021-2022

Objective

  • Understand shift registers and memories.
  • Understand memories usage and optimization in Arduino.

Technologies

  • Arduino

Arduino memories

  • Flash - for your sketch
  • SRAM - allows manipulation of data and variables
  • EEPROM - store data that does not change often.
    • use EEPROM.h
    • has functions such as EEPROM.read, EEPROM.write

Resources we Like

  • Digital Principles and Applications by Donald P. Leach and Albert P. Malvino. (Amazon)
  • Memories in Arduino
  • Memories of an Arduino by Adafruit
  • Digital Electronics: Principles and Intergrated Circuits by Anil K. Maini. (Amazon)
  • Arduino MemoryFree Github repository.

About

This is Memory Devices repo for ses projects weekly meetings during the academic year 2021-2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages