Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
506B

  1. name=SPI
  2. version=1.0
  3. author=Arduino
  4. maintainer=Paul Stoffregen
  5. sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
  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.
  7. category=Communication
  8. url=http://www.arduino.cc/en/Reference/SPI
  9. architectures=*