Skip to content

Instantly share code, notes, and snippets.

@nickolasburr
Created June 20, 2017 00:43
Show Gist options
  • Save nickolasburr/d1716e245f78f7b3c1142256aab5586d to your computer and use it in GitHub Desktop.
Save nickolasburr/d1716e245f78f7b3c1142256aab5586d to your computer and use it in GitHub Desktop.
~/.avrduderc configuration file
default_programmer = "arduino";
default_serial = "/dev/tty.usbmodemFD121";
programmer
id = "arduino";
desc = "Arduino Uno";
type = "arduino";
connection_type = serial;
baudrate = 9600;
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment