Skip to content

Commit

Permalink
Minor changes (libraries descriptions).
Browse files Browse the repository at this point in the history
  • Loading branch information
bitron committed Jul 30, 2014
1 parent 1a167b7 commit 7ce3294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/Bridge/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=*
2 changes: 1 addition & 1 deletion libraries/Firmata/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=*
2 changes: 1 addition & 1 deletion libraries/Robot_Control/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ce3294

Please sign in to comment.