We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd0e2 commit 2d5d436Copy full SHA for 2d5d436
keywords.txt
@@ -0,0 +1,31 @@
1
+#######################################
2
+# Syntax Coloring Map For ArduinoDebugUtils
3
4
+
5
6
+# Class (KEYWORD1)
7
8
9
+ArduinoDebugUtils KEYWORD1
10
11
12
+# Methods and Functions (KEYWORD2)
13
14
15
+setDebugLevel KEYWORD2
16
+setDebugOutputStream KEYWORD2
17
+timestampOn KEYWORD2
18
+timestampOff KEYWORD2
19
+debugPrint KEYWORD2
20
21
22
+# Constants (LITERAL1)
23
24
25
+DebugLevel LITERAL1
26
+None LITERAL1
27
+Error LITERAL1
28
+Warning LITERAL1
29
+Info LITERAL1
30
+Debug LITERAL1
31
+Verbose LITERAL1
0 commit comments