Add ATMega1280 chip to programmer chips.

master
daid 2012-09-06 10:10:05 +02:00
parent f0963743eb
commit 8a7837a8ce
1 changed files with 5 additions and 0 deletions

View File

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