We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96b19 commit 4078336Copy full SHA for 4078336
teensy/qstrdefsport.h
@@ -64,6 +64,7 @@ Q(PinAF)
64
Q(PinNamed)
65
Q(init)
66
Q(value)
67
+Q(alt)
68
Q(low)
69
Q(high)
70
Q(name)
@@ -83,14 +84,18 @@ Q(pull)
83
84
Q(index)
85
Q(reg)
86
Q(IN)
87
+Q(OUT)
88
+Q(OPEN_DRAIN)
89
+Q(ALT)
90
+Q(ALT_OPEN_DRAIN)
91
+Q(ANALOG)
92
+Q(PULL_UP)
93
+Q(PULL_DOWN)
94
Q(OUT_PP)
95
Q(OUT_OD)
96
Q(AF_PP)
97
Q(AF_OD)
-Q(ANALOG)
98
Q(PULL_NONE)
-Q(PULL_UP)
-Q(PULL_DOWN)
99
100
// for Timer class
101
Q(Timer)
0 commit comments