Skip to content

Instantly share code, notes, and snippets.

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 vitaliy-bobrov/c20a7157236c525644e38ed9b4c27697 to your computer and use it in GitHub Desktop.
Save vitaliy-bobrov/c20a7157236c525644e38ed9b4c27697 to your computer and use it in GitHub Desktop.
LCR-T4 avrdude firmware update
avrdude -c USBasp -p m328p -b 19200 -e -U flash:w:"TransistorTester.hex":a -U eeprom:w:"TransistorTester.eep":a -U lfuse:w:0xF7:m -U hfuse:w:0xD9:m -U efuse:w:0xFC:m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment