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 895e19a commit 8d2214fCopy full SHA for 8d2214f
drivers/InterruptIn.h
@@ -66,13 +66,15 @@ class InterruptIn : private NonCopyable<InterruptIn> {
66
* @param pin InterruptIn pin to connect to
67
*/
68
InterruptIn(PinName pin);
69
+
70
/** Create an InterruptIn connected to the specified pin,
71
* and the pin configured to the specified mode.
72
*
73
74
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
75
76
InterruptIn(PinName pin, PinMode mode);
77
78
virtual ~InterruptIn();
79
80
/** Read the input, represented as 0 or 1 (int)
0 commit comments