146b2f6a23
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
Ticker KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
|
|
attach KEYWORD2
|
|
attach_ms KEYWORD2
|
|
once KEYWORD2
|
|
detach KEYWORD2
|