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

Libraries: added help files to mitigate missing contextual reference issue

This commit is contained in:
Federico Fissore
2015-04-23 17:19:15 +02:00
parent 9a75cd3867
commit 5519f15663
29 changed files with 58 additions and 59 deletions

View File

@ -1 +0,0 @@
1.0.0

View File

@ -6,10 +6,10 @@
# Datatypes (KEYWORD1)
#######################################
Ethernet KEYWORD1
EthernetClient KEYWORD1
EthernetServer KEYWORD1
IPAddress KEYWORD1
Ethernet KEYWORD1 Ethernet
EthernetClient KEYWORD1 EthernetClient
EthernetServer KEYWORD1 EthernetServer
IPAddress KEYWORD1 EthernetIPAddress
#######################################
# Methods and Functions (KEYWORD2)

View File

@ -1,5 +1,5 @@
name=Ethernet
version=1.0.1
version=1.0.2
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.