diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-07-21 12:16:20 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-07-21 12:16:20 +0200 |
commit | 82a130f833e548191eb8acd9d1299152c25deeec (patch) | |
tree | a122c10432b6ab1e914aa2382367279b9d3d83be /libraries/SPI | |
parent | 38e9fa1a5fbe8b719cf422ea9516e7c310cd7df4 (diff) | |
parent | 6fb4b2795c6e98a0e0c77953b0d169feae7b80c1 (diff) |
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Ide 1.5.x lib description
Diffstat (limited to 'libraries/SPI')
-rw-r--r-- | libraries/SPI/library.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties new file mode 100644 index 0000000..6f1ae20 --- /dev/null +++ b/libraries/SPI/library.properties @@ -0,0 +1,8 @@ +name=SPI +version=1.0 +author=Arduino +maintainer=Arduino <info@arduino.cc> +sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE. +paragraph= +url=http://arduino.cc/en/Reference/SPI +architectures=avr |