Skip to content

Commit

Permalink
Libraries: added help files to mitigate missing contextual reference …
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
Federico Fissore committed Apr 23, 2015
1 parent e0be655 commit cf17374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
# Library (KEYWORD1)
#######################################

WiFi KEYWORD1
WiFiUdp KEYWORD1
WiFi KEYWORD1 WiFi
WiFiUdp KEYWORD1 WiFiUDPConstructor

#######################################
# Datatypes (KEYWORD1)
#######################################

Client KEYWORD1
Server KEYWORD1
Client KEYWORD1 WiFiClientConstructor
Server KEYWORD1 WiFiServerConstructor

#######################################
# Methods and Functions (KEYWORD2)
Expand Down Expand Up @@ -43,9 +43,9 @@ RSSI KEYWORD2
encryptionType KEYWORD2
getResult KEYWORD2
getSocket KEYWORD2
WiFiClient KEYWORD2
WiFiServer KEYWORD2
WiFiUDP KEYWORD2
WiFiClient KEYWORD2 WiFiClient
WiFiServer KEYWORD2 WiFiServer
WiFiUDP KEYWORD2 WiFiUDPConstructor
beginPacket KEYWORD2
endPacket KEYWORD2
parsePacket KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFi
version=1.2.2
version=1.2.3
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
Expand Down

0 comments on commit cf17374

Please sign in to comment.