Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 лет назад
12345678910
  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=*