소스 검색

Add library.properties

main
PaulStoffregen 8 년 전
부모
커밋
c593e4bd11
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      library.properties

+ 10
- 0
library.properties 파일 보기

@@ -0,0 +1,10 @@
name=SPI
version=1.0
author=Arduino
maintainer=Paul Stoffregen
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://www.arduino.cc/en/Reference/SPI
architectures=*


Loading…
취소
저장