mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-02-25 22:31:17 +01:00
9 lines
525 B
INI
9 lines
525 B
INI
name=SPI
|
|
version=1.0
|
|
author=Neucrack
|
|
maintainer=Neucrack<Neucrack@Sipeed.com>
|
|
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
|
|
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://arduino.cc/en/Reference/SPI
|
|
architectures=k210 |