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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 9 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

libraries/Ethernet/keywords.txt

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)