From 19ef218db4ad96da2935460716d701fce57f4746 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Thu, 3 Mar 2016 19:34:02 +0100 Subject: Update library.properties --- libraries/SPI/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/SPI') 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 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 -- cgit v1.2.3-18-g5258