A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
AVR init code generator
An AVR initialization sequence can't be easier with this generator.
AVRCoder is a free online tool to generating the initial code for an AVR microcontroller with easy graphical UI.
Author says: AVRcoder is a tool for those, who are just beginning the journey to the world of 8-bit AVR microcontroller. The intension of AVRcoder is to help to remember (or to forget) the meaning of the registers and bits that are controlling the behaviour of the integrated peripherals. Setup register is usually 8-bits wide and every bit is affecting the behaviour of the integrated peripheral device. By AVRcoder you can set over 20 registers, that is, value of over 160-bits that select the behaviour of the device.
Link: AVRcoder