File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class InterruptIn : private NonCopyable<InterruptIn> {
73
73
*
74
74
* @param pin InterruptIn pin to connect to
75
75
* @param mode Desired Pin mode configuration.
76
- * (Valid values could be PullNone/ PullDown/ PullUp/ PullDefault
76
+ * (Valid values could be PullNone, PullDown, PullUp and PullDefault.
77
77
* See PinNames.h for your target for definitions)
78
78
*
79
79
*/
@@ -151,7 +151,7 @@ class InterruptIn : private NonCopyable<InterruptIn> {
151
151
*/
152
152
void mode (PinMode pull);
153
153
154
- /* * Enable IRQ. This method depends on hw implementation, might enable one
154
+ /* * Enable IRQ. This method depends on hardware implementation, might enable one
155
155
* port interrupts. For further information, check gpio_irq_enable().
156
156
*/
157
157
void enable_irq ();
You can’t perform that action at this time.
0 commit comments