mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Ethernet, SD and LiquidCrystal to the new library format
This commit is contained in:
10
libraries/SD/library.properties
Normal file
10
libraries/SD/library.properties
Normal file
@ -0,0 +1,10 @@
|
||||
name=SD
|
||||
author=SparkFun Electronics
|
||||
email=info@arduino.cc
|
||||
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100 ic.
|
||||
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
|
||||
url=http://arduino.cc/en/Reference/SD
|
||||
architectures=avr, sam
|
||||
version=1.0
|
||||
dependencies= IPAddress, SPI
|
||||
core-dependencies=arduino (>=1.5.0)
|
Reference in New Issue
Block a user