Add ATMega1280 chip to programmer chips.
This commit is contained in:
parent
f0963743eb
commit
8a7837a8ce
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
|
||||
avrChipDB = {
|
||||
'ATMega1280': {
|
||||
'signature': [0x1E, 0x97, 0x03],
|
||||
'pageSize': 128,
|
||||
'pageCount': 512,
|
||||
},
|
||||
'ATMega2560': {
|
||||
'signature': [0x1E, 0x98, 0x01],
|
||||
'pageSize': 128,
|
||||
|
|
|
|||
Loading…
Reference in a new issue