Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2015-01-20 17:50:25 +0300
committerCristian Maglie <c.maglie@bug.st>2015-01-20 17:50:25 +0300
commit136c04ad287fa6b2fc8b2d075b40d7d85fd006ec (patch)
tree04ce16c9f456f048e8e47ed6d5653430d40eb2f7
parent14fe427050dc8d19e1765cc63fba6caddc7572f9 (diff)
parent7a4de50ff862a93d3332af5db4ddbd3ec6a0d82c (diff)
Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x1.6.0rc2
-rw-r--r--build/build.xml2
-rw-r--r--build/windows/msvcp100.dllbin0 -> 421200 bytes
-rw-r--r--build/windows/msvcr100.dllbin0 -> 770384 bytes
-rw-r--r--libraries/Audio/README.adoc24
-rw-r--r--libraries/Bridge/README.adoc24
-rw-r--r--libraries/Esplora/README.adoc24
-rw-r--r--libraries/Ethernet/README.adoc24
-rw-r--r--libraries/Firmata/README.adoc24
-rw-r--r--libraries/GSM/README.adoc24
-rw-r--r--libraries/LiquidCrystal/README.adoc24
-rw-r--r--libraries/RobotIRremote/README.adoc24
-rw-r--r--libraries/Robot_Control/README.adoc24
-rw-r--r--libraries/Robot_Motor/README.adoc24
-rw-r--r--libraries/SD/README.adoc24
-rw-r--r--libraries/Scheduler/README.adoc24
-rw-r--r--libraries/Servo/README.adoc24
-rw-r--r--libraries/SpacebrewYun/README.adoc21
-rw-r--r--libraries/Stepper/README.adoc24
-rw-r--r--libraries/TFT/README.adoc24
-rw-r--r--libraries/Temboo/README.adoc21
-rw-r--r--libraries/USBHost/README.adoc24
-rw-r--r--libraries/WiFi/README.adoc24
22 files changed, 452 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 6528e5cc9..eb8b7d02a 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -721,6 +721,8 @@
<param name="dest_folder" value="${staging_folder}" />
</antcall>
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
+ <copy file="windows/msvcp100.dll" todir="windows/work" />
+ <copy file="windows/msvcr100.dll" todir="windows/work" />
<!-- Copy bossac.exe tool -->
<copy todir="windows/work/hardware/tools">
diff --git a/build/windows/msvcp100.dll b/build/windows/msvcp100.dll
new file mode 100644
index 000000000..0285593bf
--- /dev/null
+++ b/build/windows/msvcp100.dll
Binary files differ
diff --git a/build/windows/msvcr100.dll b/build/windows/msvcr100.dll
new file mode 100644
index 000000000..6d6af7ebe
--- /dev/null
+++ b/build/windows/msvcr100.dll
Binary files differ
diff --git a/libraries/Audio/README.adoc b/libraries/Audio/README.adoc
new file mode 100644
index 000000000..0da2cd095
--- /dev/null
+++ b/libraries/Audio/README.adoc
@@ -0,0 +1,24 @@
+= Audio Library for Arduino =
+
+The Audio library enables an Arduino Due board to play back .wav files from a storage device like an SD card.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Audio
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Bridge/README.adoc b/libraries/Bridge/README.adoc
new file mode 100644
index 000000000..9229d3e18
--- /dev/null
+++ b/libraries/Bridge/README.adoc
@@ -0,0 +1,24 @@
+= Bridge Library for Arduino =
+
+The Bridge library simplifies communication between the ATmega32U4 and the AR9331.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/YunBridgeLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Esplora/README.adoc b/libraries/Esplora/README.adoc
new file mode 100644
index 000000000..a8b2288cf
--- /dev/null
+++ b/libraries/Esplora/README.adoc
@@ -0,0 +1,24 @@
+= Esplora Library for Arduino =
+
+The library offers easy access to the data from the onboard Esplora's sensors, and provides the ability to change the state of the outputs.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/EsploraLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Ethernet/README.adoc b/libraries/Ethernet/README.adoc
new file mode 100644
index 000000000..c1772ae5d
--- /dev/null
+++ b/libraries/Ethernet/README.adoc
@@ -0,0 +1,24 @@
+= Ethernet Library for Arduino =
+
+With the Arduino Ethernet Shield, this library allows an Arduino board to connect to the internet.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Ethernet
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Firmata/README.adoc b/libraries/Firmata/README.adoc
new file mode 100644
index 000000000..d217c9752
--- /dev/null
+++ b/libraries/Firmata/README.adoc
@@ -0,0 +1,24 @@
+= Firmata Library for Arduino =
+
+The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Firmata
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/GSM/README.adoc b/libraries/GSM/README.adoc
new file mode 100644
index 000000000..1b264199c
--- /dev/null
+++ b/libraries/GSM/README.adoc
@@ -0,0 +1,24 @@
+= GSM Library for Arduino =
+
+With the Arduino GSM Shield, this library enables an Arduino board to do most of the operations you can do with a GSM phone: place and receive voice calls, send and receive SMS, and connect to the internet over a GPRS network.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/GSM
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/LiquidCrystal/README.adoc b/libraries/LiquidCrystal/README.adoc
new file mode 100644
index 000000000..6f57eb157
--- /dev/null
+++ b/libraries/LiquidCrystal/README.adoc
@@ -0,0 +1,24 @@
+= Liquid Crystal Library for Arduino =
+
+This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/LiquidCrystal
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/RobotIRremote/README.adoc b/libraries/RobotIRremote/README.adoc
new file mode 100644
index 000000000..20a64ec76
--- /dev/null
+++ b/libraries/RobotIRremote/README.adoc
@@ -0,0 +1,24 @@
+= Robot IR Remote Library for Arduino =
+
+The Robot has a number of built in sensors and actuators. The library is designed to easily access the robot's functionality.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/RobotLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Robot_Control/README.adoc b/libraries/Robot_Control/README.adoc
new file mode 100644
index 000000000..8a88feb7b
--- /dev/null
+++ b/libraries/Robot_Control/README.adoc
@@ -0,0 +1,24 @@
+= Robot Control Library for Arduino =
+
+The Robot has a number of built in sensors and actuators. The library is designed to easily access the robot's functionality.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/RobotLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Robot_Motor/README.adoc b/libraries/Robot_Motor/README.adoc
new file mode 100644
index 000000000..07bad3d83
--- /dev/null
+++ b/libraries/Robot_Motor/README.adoc
@@ -0,0 +1,24 @@
+= Robot Motor Library for Arduino =
+
+The Robot has a number of built in sensors and actuators. The library is designed to easily access the robot's functionality.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/RobotLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/SD/README.adoc b/libraries/SD/README.adoc
new file mode 100644
index 000000000..ec57d15ce
--- /dev/null
+++ b/libraries/SD/README.adoc
@@ -0,0 +1,24 @@
+= SD Library for Arduino =
+
+The SD library allows for reading from and writing to SD cards.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/SD
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Scheduler/README.adoc b/libraries/Scheduler/README.adoc
new file mode 100644
index 000000000..860993b39
--- /dev/null
+++ b/libraries/Scheduler/README.adoc
@@ -0,0 +1,24 @@
+= Scheduler Library for Arduino =
+
+The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Scheduler
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Servo/README.adoc b/libraries/Servo/README.adoc
new file mode 100644
index 000000000..734e67095
--- /dev/null
+++ b/libraries/Servo/README.adoc
@@ -0,0 +1,24 @@
+= Servo Library for Arduino =
+
+This library allows an Arduino board to control RC (hobby) servo motors.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Servo
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/SpacebrewYun/README.adoc b/libraries/SpacebrewYun/README.adoc
new file mode 100644
index 000000000..a17e5ac24
--- /dev/null
+++ b/libraries/SpacebrewYun/README.adoc
@@ -0,0 +1,21 @@
+= Spacebrew Library for Arduino =
+
+This library allows an Arduino Yun to connect to the Spacebrew service.
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Stepper/README.adoc b/libraries/Stepper/README.adoc
new file mode 100644
index 000000000..8982c5402
--- /dev/null
+++ b/libraries/Stepper/README.adoc
@@ -0,0 +1,24 @@
+= Stepper Library for Arduino =
+
+This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/Stepper
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/TFT/README.adoc b/libraries/TFT/README.adoc
new file mode 100644
index 000000000..19c9bafba
--- /dev/null
+++ b/libraries/TFT/README.adoc
@@ -0,0 +1,24 @@
+= TFT Library for Arduino =
+
+This library enables an Arduino board to communicate with the Arduino TFT LCD screen. It simplifies the process for drawing shapes, lines, images, and text to the screen.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/TFTLibrary
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/Temboo/README.adoc b/libraries/Temboo/README.adoc
new file mode 100644
index 000000000..155b6f690
--- /dev/null
+++ b/libraries/Temboo/README.adoc
@@ -0,0 +1,21 @@
+= Temboo Library for Arduino =
+
+This library allows an Arduino Yun to connect to the Temboo service.
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/USBHost/README.adoc b/libraries/USBHost/README.adoc
new file mode 100644
index 000000000..4b79236a2
--- /dev/null
+++ b/libraries/USBHost/README.adoc
@@ -0,0 +1,24 @@
+= USB Host Library for Arduino =
+
+The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/USBHost
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/libraries/WiFi/README.adoc b/libraries/WiFi/README.adoc
new file mode 100644
index 000000000..84b82afac
--- /dev/null
+++ b/libraries/WiFi/README.adoc
@@ -0,0 +1,24 @@
+= WiFi Library for Arduino =
+
+With the Arduino WiFi Shield, this library allows an Arduino board to connect to the internet.
+
+For more information about this library please visit us at
+http://arduino.cc/en/Reference/WiFi
+
+== License ==
+
+Copyright (c) Arduino LLC. All right reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA