選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

library.properties 506B

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=*