mirror of https://github.com/ARMmbed/mbed-os.git
linebreaks
parent
895e19ae0f
commit
8d2214fa6e
|
|
@ -66,6 +66,7 @@ public:
|
||||||
* @param pin InterruptIn pin to connect to
|
* @param pin InterruptIn pin to connect to
|
||||||
*/
|
*/
|
||||||
InterruptIn(PinName pin);
|
InterruptIn(PinName pin);
|
||||||
|
|
||||||
/** Create an InterruptIn connected to the specified pin,
|
/** Create an InterruptIn connected to the specified pin,
|
||||||
* and the pin configured to the specified mode.
|
* and the pin configured to the specified mode.
|
||||||
*
|
*
|
||||||
|
|
@ -73,6 +74,7 @@ public:
|
||||||
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
|
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
|
||||||
*/
|
*/
|
||||||
InterruptIn(PinName pin, PinMode mode);
|
InterruptIn(PinName pin, PinMode mode);
|
||||||
|
|
||||||
virtual ~InterruptIn();
|
virtual ~InterruptIn();
|
||||||
|
|
||||||
/** Read the input, represented as 0 or 1 (int)
|
/** Read the input, represented as 0 or 1 (int)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue