Update library.properties

This commit is contained in:
SimonePDA 2016-03-03 19:34:02 +01:00
parent bdc58c5baa
commit 19ef218db4
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