ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Updated Windows Arduino Command Line Library #1148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I modified the files from http://playground.arduino.cc/Code/WindowsCommandLine
You can find a repository here: 
https://github.com/niccokunzmann/arduinowindowscommandline

If you like, you can link to it so others may find it.
If you want to host a copy on your site, I would wait since I will use it for a 
while and maybe find bugs or enhance it.

What I did works with ARDUINO 1.0.6 . The old version is hosted on 
http://playground.arduino.cc/Code/WindowsCommandLine 
The new version will not work with Arduino versions that 
- do not use "Arduino.h"
- do not have a boards.txt
- change the ./library folder location
- some more assumptions

Original issue reported on code.google.com by niccokun...@googlemail.com on 5 Feb 2015 at 10:05