forked from esp8266/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libraries: added help files to mitigate missing contextual reference …
…issue
- Loading branch information
Federico Fissore
committed
Apr 23, 2015
1 parent
9a75cd3
commit 5519f15
Showing
29 changed files
with
58 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Audio | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows playing audio files from an SD card. For Arduino DUE only. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Bridge | ||
version=1.0.2 | ||
version=1.0.3 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Esplora | ||
version=1.0.2 | ||
version=1.0.3 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Ethernet | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Firmata | ||
version=2.3.7 | ||
version=2.3.8 | ||
author=Firmata Developers | ||
maintainer=Firmata Developers <[email protected]> | ||
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=GSM | ||
version=1.0.2 | ||
version=1.0.3 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=LiquidCrystal | ||
version=1.0.0 | ||
version=1.0.1 | ||
author=Arduino, Adafruit | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=SD | ||
version=1.0.3 | ||
version=1.0.4 | ||
author=Arduino, SparkFun | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables reading and writing on SD cards. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Scheduler | ||
version=0.4.1 | ||
version=0.4.2 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Servo | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Michael Margolis, Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Stepper | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=TFT | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Arduino, Adafruit | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=USBHost | ||
version=1.0.1 | ||
version=1.0.2 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=WiFi | ||
version=1.2.2 | ||
version=1.2.3 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards. | ||
|