Skip to content

Commit 5519f15

Browse files
author
Federico Fissore
committed
Libraries: added help files to mitigate missing contextual reference issue
1 parent 9a75cd3 commit 5519f15

29 files changed

+58
-59
lines changed

libraries/Audio/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Audio KEYWORD1
9+
Audio KEYWORD1 Audio
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/Audio/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Audio
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows playing audio files from an SD card. For Arduino DUE only.

libraries/Bridge/keywords.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
# Class (KEYWORD1)
77
#######################################
88

9-
Bridge KEYWORD1
10-
FileIO KEYWORD4
11-
FileSystem KEYWORD1
12-
Console KEYWORD1
13-
Process KEYWORD1
14-
Mailbox KEYWORD1
15-
HttpClient KEYWORD1
16-
YunServer KEYWORD1
17-
YunClient KEYWORD1
9+
Bridge KEYWORD1 YunBridgeLibrary
10+
FileIO KEYWORD4 YunFileIOConstructor
11+
FileSystem KEYWORD1 YunFileIOConstructor
12+
Console KEYWORD1 YunConsoleConstructor
13+
Process KEYWORD1 YunProcessConstructor
14+
Mailbox KEYWORD1 YunMailboxConstructor
15+
HttpClient KEYWORD1 YunHttpClientConstructor
16+
YunServer KEYWORD1 YunServerConstructor
17+
YunClient KEYWORD1 YunClientConstructor
1818

1919
#######################################
2020
# Methods and Functions (KEYWORD2)

libraries/Bridge/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Bridge
2-
version=1.0.2
2+
version=1.0.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.

libraries/Esplora/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Class
55
#######################################
66

7-
Esplora KEYWORD1
7+
Esplora KEYWORD1 EsploraLibrary
88

99
#######################################
1010
# Methods and Functions

libraries/Esplora/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Esplora
2-
version=1.0.2
2+
version=1.0.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.

libraries/Ethernet/asd

-1
This file was deleted.

libraries/Ethernet/keywords.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Ethernet KEYWORD1
10-
EthernetClient KEYWORD1
11-
EthernetServer KEYWORD1
12-
IPAddress KEYWORD1
9+
Ethernet KEYWORD1 Ethernet
10+
EthernetClient KEYWORD1 EthernetClient
11+
EthernetServer KEYWORD1 EthernetServer
12+
IPAddress KEYWORD1 EthernetIPAddress
1313

1414
#######################################
1515
# Methods and Functions (KEYWORD2)

libraries/Ethernet/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ethernet
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.

libraries/Firmata/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Firmata KEYWORD1
9+
Firmata KEYWORD1 Firmata
1010
callbackFunction KEYWORD1
1111
systemResetCallbackFunction KEYWORD1
1212
stringCallbackFunction KEYWORD1

libraries/Firmata/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Firmata
2-
version=2.3.7
2+
version=2.3.8
33
author=Firmata Developers
44
maintainer=Firmata Developers <[email protected]>
55
sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards.

libraries/GSM/keywords.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# Class
55
#######################################
66

7-
GSM KEYWORD1
8-
GSMVoiceCall KEYWORD1
9-
GSM_SMS KEYWORD1
10-
GPRS KEYWORD1
11-
GSMClient KEYWORD1
12-
GSMServer KEYWORD1
13-
GSMModem KEYWORD1
14-
GSMScanner KEYWORD1
15-
GSMPIN KEYWORD1
16-
GSMBand KEYWORD1
7+
GSM KEYWORD1 GSM
8+
GSMVoiceCall KEYWORD1 GSMVCSConstructor
9+
GSM_SMS KEYWORD1 GSMSMSConstructor
10+
GPRS KEYWORD1 GPRSConstructor
11+
GSMClient KEYWORD1 GSMClientConstructor
12+
GSMServer KEYWORD1 GSMServerConstructor
13+
GSMModem KEYWORD1 GSMModemConstructor
14+
GSMScanner KEYWORD1 GSMScannerConstructor
15+
GSMPIN KEYWORD1 GSMPINConstructor
16+
GSMBand KEYWORD1 GSMBandConstructor
1717

1818
#######################################
1919
# Methods and Functions

libraries/GSM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GSM
2-
version=1.0.2
2+
version=1.0.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.

libraries/LiquidCrystal/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
LiquidCrystal KEYWORD1
9+
LiquidCrystal KEYWORD1 LiquidCrystal
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/LiquidCrystal/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LiquidCrystal
2-
version=1.0.0
2+
version=1.0.1
33
author=Arduino, Adafruit
44
maintainer=Arduino <[email protected]>
55
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.

libraries/SD/keywords.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
SD KEYWORD1
10-
File KEYWORD1
9+
SD KEYWORD1 SD
10+
File KEYWORD1 SD
1111

1212
#######################################
1313
# Methods and Functions (KEYWORD2)

libraries/SD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SD
2-
version=1.0.3
2+
version=1.0.4
33
author=Arduino, SparkFun
44
maintainer=Arduino <[email protected]>
55
sentence=Enables reading and writing on SD cards. For all Arduino boards.

libraries/Scheduler/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Scheduler KEYWORD1
9+
Scheduler KEYWORD1 Scheduler
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/Scheduler/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Scheduler
2-
version=0.4.1
2+
version=0.4.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.

libraries/Servo/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Servo KEYWORD1
9+
Servo KEYWORD1 Servo
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/Servo/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Servo
2-
version=1.0.1
2+
version=1.0.2
33
author=Michael Margolis, Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards.

libraries/Stepper/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Stepper KEYWORD1
9+
Stepper KEYWORD1 Stepper
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/Stepper/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Stepper
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.

libraries/TFT/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
TFT KEYWORD1
9+
TFT KEYWORD1 TFTLibrary
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

libraries/TFT/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TFT
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino, Adafruit
44
maintainer=Arduino <[email protected]>
55
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.

libraries/USBHost/keywords.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
MouseController KEYWORD1
10-
USBHost KEYWORD1
11-
KeyboardController KEYWORD1
9+
MouseController KEYWORD1 MouseControllerConstructor
10+
USBHost KEYWORD1 USBHost
11+
KeyboardController KEYWORD1 KeyboardControllerConstructor
1212

1313
#######################################
1414
# Methods and Functions (KEYWORD2)
1515
#######################################
1616

17-
Task KEYWORD2
17+
Task KEYWORD2 USBHostTask
1818
mouseMoved KEYWORD2
1919
mouseDragged KEYWORD2
2020
mousePressed KEYWORD2

libraries/USBHost/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=USBHost
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.

libraries/WiFi/keywords.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
# Library (KEYWORD1)
77
#######################################
88

9-
WiFi KEYWORD1
10-
WiFiUdp KEYWORD1
9+
WiFi KEYWORD1 WiFi
10+
WiFiUdp KEYWORD1 WiFiUDPConstructor
1111

1212
#######################################
1313
# Datatypes (KEYWORD1)
1414
#######################################
1515

16-
Client KEYWORD1
17-
Server KEYWORD1
16+
Client KEYWORD1 WiFiClientConstructor
17+
Server KEYWORD1 WiFiServerConstructor
1818

1919
#######################################
2020
# Methods and Functions (KEYWORD2)
@@ -43,9 +43,9 @@ RSSI KEYWORD2
4343
encryptionType KEYWORD2
4444
getResult KEYWORD2
4545
getSocket KEYWORD2
46-
WiFiClient KEYWORD2
47-
WiFiServer KEYWORD2
48-
WiFiUDP KEYWORD2
46+
WiFiClient KEYWORD2 WiFiClient
47+
WiFiServer KEYWORD2 WiFiServer
48+
WiFiUDP KEYWORD2 WiFiUDPConstructor
4949
beginPacket KEYWORD2
5050
endPacket KEYWORD2
5151
parsePacket KEYWORD2

libraries/WiFi/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFi
2-
version=1.2.2
2+
version=1.2.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.

0 commit comments

Comments
 (0)