linebreak

pull/6239/head
Brendan McDonnell 2018-03-01 11:11:52 -05:00
parent e4bf6c47ff
commit 087b4281f6
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public:
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
*/
InterruptIn(PinName pin, PinMode mode = PullDefault);
virtual ~InterruptIn();
/** Read the input, represented as 0 or 1 (int)