diff options
| author | Sandeep Mistry <s.mistry@arduino.cc> | 2016-03-03 15:19:06 -0500 | 
|---|---|---|
| committer | Sandeep Mistry <s.mistry@arduino.cc> | 2016-03-03 15:19:06 -0500 | 
| commit | 3435794d1901de9a889d7d58700be0dd9c2e1ae6 (patch) | |
| tree | fcc363f364122e63ebfe813dbea8d62633f246c8 /libraries/SPI/library.properties | |
| parent | 9b5bec12607ef3a9a75f81393efde5f2d3bf2a46 (diff) | |
| parent | 19ef218db4ad96da2935460716d701fce57f4746 (diff) | |
Merge pull request #4645 from arduino/SimonePDA-patch-2
Update library.properties
Diffstat (limited to 'libraries/SPI/library.properties')
| -rw-r--r-- | libraries/SPI/library.properties | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties index 327f1a0..4ed8db9 100644 --- a/libraries/SPI/library.properties +++ b/libraries/SPI/library.properties @@ -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 | 
