The arduino uses the atmega chips. The atmega chips can be programmed via the Arduino IDE, or via AVR studio which is a bit more nitty gritty. The Arduino IDE makes it easier for beginners and it also makes it quicker to do simple tasks. You can combine the some AVR coding with the Arduino IDE, to what extent I'm not sure. This is what was done with the MPGuino code.
|