Add ATMega1280 chip to programmer chips.

This commit is contained in:
daid 2012-09-06 10:10:05 +02:00
parent f0963743eb
commit 8a7837a8ce

View file

@ -1,5 +1,10 @@
avrChipDB = {
'ATMega1280': {
'signature': [0x1E, 0x97, 0x03],
'pageSize': 128,
'pageCount': 512,
},
'ATMega2560': {
'signature': [0x1E, 0x98, 0x01],
'pageSize': 128,