>Can anyone point me to some resources for getting started >in programming microcontrollers? www.atmel.com www.avr.com >What is 'better', PIC or AVR, and why (and what exactly >is the difference??). AVR Its faster. A PICs clock cycle time is crystal/4. An AVRs clock cycle time is crystal/1. There are many more... :)