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 fb2f5df commit fd45d35Copy full SHA for fd45d35
include/Arduino.h
@@ -136,9 +136,6 @@ void detachInterrupt(uint8_t pin);
136
void interrupts(void);
137
void noInterrupts(void);
138
139
-unsigned long pulseInLong(uint8_t pin, uint8_t state,
140
- unsigned long timeout = 1000000L);
141
-
142
void setup(void);
143
void loop(void);
144
@@ -158,7 +155,12 @@ void loop(void);
158
155
} // extern "C"
159
156
#endif
160
157
161
-#ifdef TODO
+#ifdef __cplusplus
+unsigned long pulseInLong(uint8_t pin, uint8_t state,
+ unsigned long timeout = 1000000L);
+#endif
162
+
163
+#if 0 /* TODO */
164
165
#ifdef __cplusplus
166
0 commit comments