Skip to content

Commit e4bf6c4

Browse files
add doxygen param info
1 parent d28dbf6 commit e4bf6c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/InterruptIn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class InterruptIn : private NonCopyable<InterruptIn> {
6565
* with the pin configured to the specified mode.
6666
*
6767
* @param pin InterruptIn pin to connect to
68+
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
6869
*/
6970
InterruptIn(PinName pin, PinMode mode = PullDefault);
7071
virtual ~InterruptIn();

0 commit comments

Comments
 (0)