Skip to content

Instantly share code, notes, and snippets.

@GinoAvanzini
Created March 20, 2020 19:22
Show Gist options
  • Save GinoAvanzini/67483d394f98ca3faf79857fe21521bc to your computer and use it in GitHub Desktop.
Save GinoAvanzini/67483d394f98ca3faf79857fe21521bc to your computer and use it in GitHub Desktop.
Command to upload hex file to Arduino Nano
#!/bin/bash
avrdude -c arduino -p atmega328p -P /dev/ttyUSB0 -b 57600 -U flash:w:$1:i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment