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 d28dbf6 commit e4bf6c4Copy full SHA for e4bf6c4
drivers/InterruptIn.h
@@ -65,6 +65,7 @@ class InterruptIn : private NonCopyable<InterruptIn> {
65
* with the pin configured to the specified mode.
66
*
67
* @param pin InterruptIn pin to connect to
68
+ * @param mode The mode to set the pin to (PullUp/PullDown/etc.)
69
*/
70
InterruptIn(PinName pin, PinMode mode = PullDefault);
71
virtual ~InterruptIn();
0 commit comments