Merge pull request #4645 from arduino/SimonePDA-patch-2

Update library.properties
This commit is contained in:
Sandeep Mistry 2016-03-03 15:19:06 -05:00
commit 3435794d19
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
paragraph=
paragraph=SPI is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. It uses three lines common to all devices (MISO, MOSI and SCK) and one specific for each device.
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
architectures=avr