```
Arduino is development platform supporting multiple microcontrollers ranging from simple 8 bit to more powerful 32 bit.
For example standard SRAM found in many microcontrollers has 6 transistors per bit. So if microcontroller has 1kB or RAM this will be 50,000 just in RAM cells + interface. Not including CPU core and peripherals.
```