Skip to content

Commit

Permalink
feat : add keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-downey committed Jan 21, 2019
1 parent 40800d9 commit 7e75537
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Keyword and description
#
# KEYWORD1 : Datatypes
# KEYWORD2 : Methods and functions

# Literals and description
#
# LITERAL1 : Constants

ATSerial KEYWORD1
ATSerial_WiFi KEYWORD1

# From ATSerial.h
isOkay KEYWORD2
restart KEYWORD2
available KEYWORD2
read KEYWORD2
readString KEYWORD2

# From ATSerial_WiFi.h
joinAP KEYWORD2
setAP KEYWORD2
tcpServer KEYWORD2

# Literals
RXDEFAULT LITERAL1
TXDEFAULT LITERAL1

0 comments on commit 7e75537

Please sign in to comment.