We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7744cc5 commit 9063f9cCopy full SHA for 9063f9c
library.properties
@@ -1,11 +1,10 @@
1
-
2
name=SPI
3
author=cmaglie
4
email=Cristian Maglie <[email protected]>
5
-sentence=With this library you can use the SPI interface of your Arduino board.
+sentence=Handle communications through SPI bus
6
paragraph=This library implements the standard function available for the SPI bus.
7
url=http://arduino.cc/en/Reference/SPI
8
-architectures=avr, sam
+architectures=avr,sam
9
version=1.0
10
-dependencies= none
+dependencies=
11
core-dependencies=arduino (>=1.5.0)
0 commit comments