update sentences
This commit is contained in:
parent
feee822caa
commit
2b1d8d6112
|
@ -2,7 +2,7 @@ name=EEPROM
|
|||
version=2.0
|
||||
author=Arduino, Christopher Andrews
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE and Arduino ZERO.
|
||||
sentence=Enables reading and writing to the permanent board storage.
|
||||
paragraph=
|
||||
category=Data Storage
|
||||
url=http://www.arduino.cc/en/Reference/EEPROM
|
||||
|
|
|
@ -2,7 +2,7 @@ name=HID
|
|||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
|
||||
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads.
|
||||
paragraph=
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/HID
|
||||
|
|
|
@ -2,7 +2,7 @@ name=SPI
|
|||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
|
||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
|
||||
paragraph=
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/SPI
|
||||
|
|
|
@ -2,7 +2,7 @@ name=SoftwareSerial
|
|||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
|
||||
sentence=Enables serial communication on digital pins.
|
||||
paragraph=
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/SoftwareSerial
|
||||
|
|
|
@ -2,7 +2,7 @@ name=Wire
|
|||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
|
||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
|
||||
paragraph=
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/Wire
|
||||
|
|
Loading…
Reference in New Issue