UNDERSTANDING Arduino memory

Most Arduino users probably are aware that Arduinos contain memory but have you ever thought about what type of memory there is? There is actually three types of memory in an Arduino! These are: flash, SRAM and EEPROM. In this article we will look at each type in turn and look at why you might…