Skip to content

Instantly share code, notes, and snippets.

@nickolasburr
Created June 20, 2017 00:43
Show Gist options
  • Select an option

  • Save nickolasburr/d1716e245f78f7b3c1142256aab5586d to your computer and use it in GitHub Desktop.

Select an option

Save nickolasburr/d1716e245f78f7b3c1142256aab5586d to your computer and use it in GitHub Desktop.

Revisions

  1. nickolasburr created this gist Jun 20, 2017.
    10 changes: 10 additions & 0 deletions .avrduderc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    default_programmer = "arduino";
    default_serial = "/dev/tty.usbmodemFD121";

    programmer
    id = "arduino";
    desc = "Arduino Uno";
    type = "arduino";
    connection_type = serial;
    baudrate = 9600;
    ;