Skip to content

Instantly share code, notes, and snippets.

@orangkucing
Created June 16, 2017 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orangkucing/06954a0f5f10b2db0a5a36c90dbcf492 to your computer and use it in GitHub Desktop.
Save orangkucing/06954a0f5f10b2db0a5a36c90dbcf492 to your computer and use it in GitHub Desktop.
ATmega328PB definition for avrdude.conf
part parent "m328"
id = "m328pb";
desc = "ATmega328PB";
signature = 0x1e 0x95 0x16;
ocdrev = 1;
memory "efuse"
size = 1;
min_write_delay = 4500;
max_write_delay = 4500;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x x x x x i i i i";
;
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment