Tag Archives: attiny

My First AVR Circuit II: Source Code

All that is left from the Part I of this tutorial is the source code. Here it goes, a simple code with well explained comments: [sourcecode language=”css”]// Define the internal oscillator to run at 1MHz0100000 #define F_CPU 1000000UL // Include … Continue reading

Posted in AVR, Electronics, Tutorial | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

My First AVR Circuit I: Parts and schematic

Well, well. Now that you know how to write, build, and flash your code, we can start making our first circuit! Traditionally, in the coding world one prints on the screen the classic “Hello World!” message. In electronics, due to … Continue reading

Posted in AVR, Electronics, Tutorial | Tagged , , , , , , , , , , , | 1 Comment