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 9a75cd3 commit 5519f15
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 59 deletions.
2 changes: 1 addition & 1 deletion libraries/Audio/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Audio KEYWORD1
Audio KEYWORD1 Audio

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Audio/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Audio
version=1.0.1
version=1.0.2
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Allows playing audio files from an SD card. For Arduino DUE only.
Expand Down
18 changes: 9 additions & 9 deletions libraries/Bridge/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
# Class (KEYWORD1)
#######################################

Bridge KEYWORD1
FileIO KEYWORD4
FileSystem KEYWORD1
Console KEYWORD1
Process KEYWORD1
Mailbox KEYWORD1
HttpClient KEYWORD1
YunServer KEYWORD1
YunClient KEYWORD1
Bridge KEYWORD1 YunBridgeLibrary
FileIO KEYWORD4 YunFileIOConstructor
FileSystem KEYWORD1 YunFileIOConstructor
Console KEYWORD1 YunConsoleConstructor
Process KEYWORD1 YunProcessConstructor
Mailbox KEYWORD1 YunMailboxConstructor
HttpClient KEYWORD1 YunHttpClientConstructor
YunServer KEYWORD1 YunServerConstructor
YunClient KEYWORD1 YunClientConstructor

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Bridge/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Bridge
version=1.0.2
version=1.0.3
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Esplora/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Class
#######################################

Esplora KEYWORD1
Esplora KEYWORD1 EsploraLibrary

#######################################
# Methods and Functions
Expand Down
2 changes: 1 addition & 1 deletion libraries/Esplora/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Esplora
version=1.0.2
version=1.0.3
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
Expand Down
1 change: 0 additions & 1 deletion libraries/Ethernet/asd

This file was deleted.

8 changes: 4 additions & 4 deletions libraries/Ethernet/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Ethernet/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ethernet
version=1.0.1
version=1.0.2
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Firmata/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Firmata KEYWORD1
Firmata KEYWORD1 Firmata
callbackFunction KEYWORD1
systemResetCallbackFunction KEYWORD1
stringCallbackFunction KEYWORD1
Expand Down
2 changes: 1 addition & 1 deletion libraries/Firmata/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Firmata
version=2.3.7
version=2.3.8
author=Firmata Developers
maintainer=Firmata Developers <[email protected]>
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.
Expand Down
20 changes: 10 additions & 10 deletions libraries/GSM/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# Class
#######################################

GSM KEYWORD1
GSMVoiceCall KEYWORD1
GSM_SMS KEYWORD1
GPRS KEYWORD1
GSMClient KEYWORD1
GSMServer KEYWORD1
GSMModem KEYWORD1
GSMScanner KEYWORD1
GSMPIN KEYWORD1
GSMBand KEYWORD1
GSM KEYWORD1 GSM
GSMVoiceCall KEYWORD1 GSMVCSConstructor
GSM_SMS KEYWORD1 GSMSMSConstructor
GPRS KEYWORD1 GPRSConstructor
GSMClient KEYWORD1 GSMClientConstructor
GSMServer KEYWORD1 GSMServerConstructor
GSMModem KEYWORD1 GSMModemConstructor
GSMScanner KEYWORD1 GSMScannerConstructor
GSMPIN KEYWORD1 GSMPINConstructor
GSMBand KEYWORD1 GSMBandConstructor

#######################################
# Methods and Functions
Expand Down
2 changes: 1 addition & 1 deletion libraries/GSM/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=GSM
version=1.0.2
version=1.0.3
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
Expand Down
2 changes: 1 addition & 1 deletion libraries/LiquidCrystal/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

LiquidCrystal KEYWORD1
LiquidCrystal KEYWORD1 LiquidCrystal

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/LiquidCrystal/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LiquidCrystal
version=1.0.0
version=1.0.1
author=Arduino, Adafruit
maintainer=Arduino <[email protected]>
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
Expand Down
4 changes: 2 additions & 2 deletions libraries/SD/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Datatypes (KEYWORD1)
#######################################

SD KEYWORD1
File KEYWORD1
SD KEYWORD1 SD
File KEYWORD1 SD

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/SD/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SD
version=1.0.3
version=1.0.4
author=Arduino, SparkFun
maintainer=Arduino <[email protected]>
sentence=Enables reading and writing on SD cards. For all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Scheduler/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Scheduler KEYWORD1
Scheduler KEYWORD1 Scheduler

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Scheduler/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Scheduler
version=0.4.1
version=0.4.2
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Servo/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Servo KEYWORD1
Servo KEYWORD1 Servo

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Servo/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Servo
version=1.0.1
version=1.0.2
author=Michael Margolis, Arduino
maintainer=Arduino <[email protected]>
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Stepper/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

Stepper KEYWORD1
Stepper KEYWORD1 Stepper

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/Stepper/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Stepper
version=1.0.1
version=1.0.2
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion libraries/TFT/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Datatypes (KEYWORD1)
#######################################

TFT KEYWORD1
TFT KEYWORD1 TFTLibrary

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion libraries/TFT/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TFT
version=1.0.1
version=1.0.2
author=Arduino, Adafruit
maintainer=Arduino <[email protected]>
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
Expand Down
8 changes: 4 additions & 4 deletions libraries/USBHost/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
# Datatypes (KEYWORD1)
#######################################

MouseController KEYWORD1
USBHost KEYWORD1
KeyboardController KEYWORD1
MouseController KEYWORD1 MouseControllerConstructor
USBHost KEYWORD1 USBHost
KeyboardController KEYWORD1 KeyboardControllerConstructor

#######################################
# Methods and Functions (KEYWORD2)
#######################################

Task KEYWORD2
Task KEYWORD2 USBHostTask
mouseMoved KEYWORD2
mouseDragged KEYWORD2
mousePressed KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion libraries/USBHost/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=USBHost
version=1.0.1
version=1.0.2
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.
Expand Down
14 changes: 7 additions & 7 deletions libraries/WiFi/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 libraries/WiFi/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 <[email protected]>
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
Expand Down

0 comments on commit 5519f15

Please sign in to comment.