Skip to content

Instantly share code, notes, and snippets.

@anthanh
Last active August 29, 2015 14:13
Show Gist options
  • Save anthanh/a2afed1864defafb4e57 to your computer and use it in GitHub Desktop.
Save anthanh/a2afed1864defafb4e57 to your computer and use it in GitHub Desktop.
Linux arduino port setup
sudo apt-get install gcc-avr avr-libc
sudo adduser [user] vboxusers
sudo usermod -a -G tty [user]
sudo usermod -a -G dialout [user]
logout/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment