Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 09ec7d1

Browse files
committed
Unique library names for custom Edison libraries
-Change names of custom libraries to prevent triggering of update prompt for the library manager. -Add keywords.txt to libraries that are missing them
1 parent f7064f0 commit 09ec7d1

14 files changed

+89
-11
lines changed

libraries/DallasTemperature/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=DallasTemperature
1+
name=DallasTemperature(Edison)
22
version=1.0
33
author=*
44
maintainer=*

libraries/EEPROM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=EEPROM
1+
name=EEPROM(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/Ethernet/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Ethernet
1+
name=Ethernet(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/OneWire/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=OneWire
1+
name=OneWire(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/SD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=SD
1+
name=SD(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/SPI/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=SPI
1+
name=SPI(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/Servo/keywords.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#######################################
2+
# Syntax Coloring Map Servo
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
Servo KEYWORD1 Servo
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
attach KEYWORD2
15+
detach KEYWORD2
16+
write KEYWORD2
17+
read KEYWORD2
18+
attached KEYWORD2
19+
writeMicroseconds KEYWORD2
20+
readMicroseconds KEYWORD2
21+
22+
#######################################
23+
# Constants (LITERAL1)
24+
#######################################

libraries/Servo/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Servo
1+
name=Servo(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/SoftwareServo/keywords.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#######################################
2+
# Syntax Coloring Map Servo
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
SoftwareServo KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
attach KEYWORD2
15+
detach KEYWORD2
16+
write KEYWORD2
17+
read KEYWORD2
18+
attached KEYWORD2
19+
writeMicroseconds KEYWORD2
20+
readMicroseconds KEYWORD2
21+
22+
#######################################
23+
# Constants (LITERAL1)
24+
#######################################

libraries/TimerOne/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=TimerOne
1+
name=TimerOne(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/USBHost/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=USBHost
1+
name=USBHost(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/WiFi/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=WiFi
1+
name=WiFi(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/Wire/keywords.txt

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#######################################
2+
# Syntax Coloring Map For Wire
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
#######################################
10+
# Methods and Functions (KEYWORD2)
11+
#######################################
12+
13+
begin KEYWORD2
14+
setClock KEYWORD2
15+
beginTransmission KEYWORD2
16+
endTransmission KEYWORD2
17+
requestFrom KEYWORD2
18+
onReceive KEYWORD2
19+
onRequest KEYWORD2
20+
21+
#######################################
22+
# Instances (KEYWORD2)
23+
#######################################
24+
25+
Wire KEYWORD2
26+
27+
#######################################
28+
# Constants (LITERAL1)
29+
#######################################
30+

libraries/Wire/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Wire
1+
name=Wire(Edison)
22
version=1.0
33
author=Intel
44
maintainer=Intel

0 commit comments

Comments
 (0)