Skip to content

Commit

Permalink
Minimal file with a few ESP8266-specific keywords - github issue #3701
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeconinck authored and igrr committed Oct 22, 2017
1 parent 0c897c3 commit 5397813
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#######################################
# Syntax Coloring Map
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

#######################################
# Methods and Functions (KEYWORD2)
#######################################
analogWriteFreq KEYWORD2
analogWriteRange KEYWORD2
baudrate KEYWORD2
swap KEYWORD2

######################################
# Constants (LITERAL1)
#######################################
INPUT_PULLDOWN_16 LITERAL1
PWMRANGE LITERAL1

0 comments on commit 5397813

Please sign in to comment.