1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Moved specialized Platform classes and related resources to the 'arduino-core' project.

This commit is contained in:
Claudio Indellicati
2014-09-25 12:07:18 +02:00
committed by Cristian Maglie
parent d1f4e0370d
commit 98bdc7b587
7 changed files with 203 additions and 0 deletions

View File

@ -8,5 +8,6 @@
<classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>