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.
Minor changes (libraries descriptions).
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name=Bridge | |
version=1.0 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Enables the communication between the Linux processor and the AVR on the Yún. For Arduino Yún and TRE only. | ||
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only. | ||
paragraph=The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers. | ||
url=http://arduino.cc/en/Reference/YunBridgeLibrary | ||
architectures=* |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name=Firmata | |
version=2.3.6 | ||
author=Firmata Developers | ||
maintainer=Firmata Developers <[email protected]> | ||
sentence= Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. | ||
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. | ||
paragraph=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. | ||
url=http://firmata.org | ||
architectures=* |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name=Robot Control | |
version=1.0 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence= Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only. | ||
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only. | ||
paragraph=The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot. | ||
url=http://arduino.cc/en/Reference/RobotLibrary | ||
architectures=avr |