Skip to content

Commit 7ce3294

Browse files
committed
Minor changes (libraries descriptions).
1 parent 1a167b7 commit 7ce3294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/Bridge/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Bridge
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables the communication between the Linux processor and the AVR on the Yún. For Arduino Yún and TRE only.
5+
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.
66
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.
77
url=http://arduino.cc/en/Reference/YunBridgeLibrary
88
architectures=*

libraries/Firmata/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Firmata
22
version=2.3.6
33
author=Firmata Developers
44
maintainer=Firmata Developers <firmata-devel@lists.sourceforge.net>
5-
sentence= Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
5+
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
66
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.
77
url=http://firmata.org
88
architectures=*

libraries/Robot_Control/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Robot Control
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence= Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.
5+
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.
66
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.
77
url=http://arduino.cc/en/Reference/RobotLibrary
88
architectures=avr

0 commit comments

Comments
 (0)