<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=AVR</id>
	<title>AVR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=AVR"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=AVR&amp;action=history"/>
	<updated>2026-04-07T05:03:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=AVR&amp;diff=72762&amp;oldid=prev</id>
		<title>📙: Resources and info on AVR Microcontrollers</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=AVR&amp;diff=72762&amp;oldid=prev"/>
		<updated>2021-02-04T16:42:12Z</updated>

		<summary type="html">&lt;p&gt;Resources and info on AVR Microcontrollers&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Hardware ==&lt;br /&gt;
&lt;br /&gt;
[https://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf ATmega328p Data Sheet (pdf)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Arduino ==&lt;br /&gt;
[https://wokwi.com/arduino/libraries/demo/blink Simulation of Blink]&lt;br /&gt;
&lt;br /&gt;
[https://blog.wokwi.com/5-ways-to-blink-an-led-with-arduino/ 5 Ways to Blink]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/arduino/ArduinoCore-avr/ AarduinoCore AVR Source]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
[http://ww1.microchip.com/downloads/en/Appnotes/AVR1000b-Getting-Started-Writing-C-Code-for-AVR-DS90003262B.pdf Getting Started]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Assembly / GCC ==&lt;br /&gt;
[http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf Instruction Set]&lt;br /&gt;
&lt;br /&gt;
[https://www.nongnu.org/avr-libc/user-manual/inline_asm.html Inline Assembly]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  asm(R&amp;quot;(&lt;br /&gt;
    mov %[result], %[val]&lt;br /&gt;
    inc %[result]&lt;br /&gt;
    BREAK&lt;br /&gt;
  )&amp;quot;&lt;br /&gt;
    : /* write */ [result]&amp;quot;=r&amp;quot;(value)&lt;br /&gt;
    : /* read */ [val]&amp;quot;r&amp;quot;(value)&lt;br /&gt;
  );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>📙</name></author>
	</entry>
</feed>