Skip to content

Commit 5d7688d

Browse files
authored
Fix: add missing keywords.txt. (#10)
This file contains the external accessible APIs of the library and enables syntax highlighting.
1 parent c237877 commit 5d7688d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

keywords.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#######################################
2+
# Syntax Coloring Map for Arduino_PF1550
3+
#######################################
4+
5+
#######################################
6+
# Class (KEYWORD1)
7+
#######################################
8+
9+
PF1550 KEYWORD1
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
15+
begin KEYWORD2
16+
debug KEYWORD2
17+
setPMICbit KEYWORD2
18+
writePMICreg KEYWORD2
19+
readPMICreg KEYWORD2
20+
configLDO1 KEYWORD2
21+
configLDO2 KEYWORD2
22+
configLDO3 KEYWORD2
23+
configSw2 KEYWORD2
24+
configCharger KEYWORD2
25+
ISR_onPMICEvent KEYWORD2
26+
onPMICEvent KEYWORD2
27+
28+
#######################################
29+
# Constants (LITERAL1)
30+
#######################################
31+
32+
PF1550_I2C_ADDR LITERAL1

0 commit comments

Comments
 (0)