AVR microcontrollers: Difference between revisions

Content deleted Content added
style
Remove link; People who want to find out about open hardware *************In the context of arduino************* will do it through the arduino link. That is an inappropriate link to have on this article.
Line 8:
'''AVR''' is a family of [[microcontrollers]] developed since 1996 by [[Atmel]], acquired by [[Microchip Technology]] in 2016. They are 8-bit RISC single-chip microcontrollers based on a modified Harvard architecture. AVR was one of the first microcontroller families to use on-chip [[flash memory]] for program storage, as opposed to [[Programmable read-only memory|one-time programmable ROM]], [[EPROM]], or [[EEPROM]] used by other microcontrollers at the time.
 
AVR microcontrollers are used numerously as [[embedded system]]s. They are especially common in hobbyist and educational embedded applications, popularized by their inclusion in many of the [[Arduino]] line of [[open hardware]] development boards.
 
== History ==