mirror of https://github.com/noisymime/Arduino.git
Update library.properties
This commit is contained in:
parent
8bd908c446
commit
65eac8e892
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue