Posts mit dem Label Makefile werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Makefile werden angezeigt. Alle Posts anzeigen

Donnerstag, 29. Mai 2014

Arduino without IDE

For my pet project I need to upload sketches to Arduino board connected to RaspPI. As usual I have only SSH access to PI and don't want to install a lot of unnecessary packages. So the only one thing you have to install it arduino-mk package:

 $ sudo apt-get install arduino-mk