1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updated libraries metadata

This commit is contained in:
Cristian Maglie
2013-08-08 16:40:55 +02:00
parent 4baf375386
commit 07d9d558b5
16 changed files with 54 additions and 55 deletions

View File

@ -1,11 +1,10 @@
name=SPI
author=cmaglie
email=Cristian Maglie <c.maglie@arduino.cc>
sentence=With this library you can use the SPI interface of your Arduino board.
sentence=Handle communications through SPI bus
paragraph=This library implements the standard function available for the SPI bus.
url=http://arduino.cc/en/Reference/SPI
architectures=avr, sam
architectures=avr,sam
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)