Palatis / Arduino-Lufa

LUFA (Lightweight USB For AVRs) on the Arduino!
MIT License
100 stars 26 forks source link

Add activate.py and deactivate.py script #9

Closed iFreilicht closed 7 years ago

iFreilicht commented 7 years ago

Resolves #8.

It is now be extremely easy to install Arduino-Lufa:

$ cd <arduino_install_path>/libraries
$ git clone --recursive https://github.com/Palatis/Arduino-Lufa.git LUFA
$ ./LUFA/activate.py

Installation instructions were modified to fit as well.

I chose to keep the "activate" and "deactivate" names for the scripts, they are short and make linguistic sense when called from outside like $ ./libraries/LUFA/activate.py.

This PR was only tested on Windows, but I am fairly certain that it will work on Linux just as well.

Palatis commented 7 years ago

dunno why, I can't stop the temptation of changing the script names to LUFAify.py and deLUFAify.py...