Edit InterruptIn.h

Make minor grammar edits.
pull/8392/head
Amanda Butler 2018-10-12 11:19:34 -05:00 committed by GitHub
parent 3ab4f76d4c
commit 985cd70243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ public:
*
* @param pin InterruptIn pin to connect to
* @param mode Desired Pin mode configuration.
* (Valid values could be PullNone/PullDown/PullUp/PullDefault
* (Valid values could be PullNone, PullDown, PullUp and PullDefault.
* See PinNames.h for your target for definitions)
*
*/
@ -151,7 +151,7 @@ public:
*/
void mode(PinMode pull);
/** Enable IRQ. This method depends on hw implementation, might enable one
/** Enable IRQ. This method depends on hardware implementation, might enable one
* port interrupts. For further information, check gpio_irq_enable().
*/
void enable_irq();