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

Replacing Processing's text files with Arduino's (e.g. todo.txt)

This commit is contained in:
David A. Mellis
2009-06-01 21:06:59 +00:00
parent 73d7333ebd
commit 24b5abc79d
7 changed files with 984 additions and 7878 deletions

View File

@ -44,14 +44,6 @@ else
echo Extracting avr tools...
unzip -q -d "$RESOURCES/hardware" dist/tools-universal.zip
LIBRARIES=$RESOURCES/libraries/
cp -rX ../../net "$LIBRARIES"
cp -rX ../../opengl "$LIBRARIES"
cp -rX ../../serial "$LIBRARIES"
cp -rX ../../video "$LIBRARIES"
cp -rX ../../pdf "$LIBRARIES"
cp -rX ../../dxf "$LIBRARIES"
fi