Skip to content

Commit 4720d30

Browse files
committed
Merge pull request #4645 from arduino/SimonePDA-patch-2
Update library.properties
2 parents 3b08199 + 46a87d2 commit 4720d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/avr/libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
6-
paragraph=
6+
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.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI
99
architectures=avr

0 commit comments

Comments
 (0)