1
0
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:
Fede85
2013-06-26 19:13:04 +02:00
parent f57a00ea6c
commit 9454816162
86 changed files with 46 additions and 3951 deletions

View 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)