Merge pull request #19 from MrAlvin/patch-1

Add config for mega 1280 to the makefile
This commit is contained in:
kliment 2011-05-13 13:30:48 -07:00
commit 41a2fa5c62

View file

@ -38,6 +38,8 @@ UPLOAD_RATE = 38400
AVRDUDE_PROGRAMMER = stk500v1
PORT = /dev/ttyUSB0
MCU = atmega2560
#For "old" Arduino Mega
#MCU = atmega1280
#For Sanguinololu
#MCU = atmega644p
F_CPU = 16000000