Skip to content

Commit 8d2214f

Browse files
linebreaks
1 parent 895e19a commit 8d2214f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/InterruptIn.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ class InterruptIn : private NonCopyable<InterruptIn> {
6666
* @param pin InterruptIn pin to connect to
6767
*/
6868
InterruptIn(PinName pin);
69+
6970
/** Create an InterruptIn connected to the specified pin,
7071
* and the pin configured to the specified mode.
7172
*
7273
* @param pin InterruptIn pin to connect to
7374
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
7475
*/
7576
InterruptIn(PinName pin, PinMode mode);
77+
7678
virtual ~InterruptIn();
7779

7880
/** Read the input, represented as 0 or 1 (int)

0 commit comments

Comments
 (0)