Skip to content

Commit 4e5993e

Browse files
committed
Merge branch 'master' into dev_k20d5m_testing
2 parents 4732796 + f1904ba commit 4e5993e

File tree

107 files changed

+2704
-1099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2704
-1099
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mbed SDK
2-
========
1+
mbed SDK
2+
========
33

44
[![Build Status](https://travis-ci.org/mbedmicro/mbed.png)](https://travis-ci.org/mbedmicro/mbed/builds)
55

libraries/mbed/api/InterruptIn.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ class InterruptIn {
108108
*/
109109
void mode(PinMode pull);
110110

111-
/** Enable IRQ
111+
/** Enable IRQ. This method depends on hw implementation, might enable one
112+
* port interrupts. For further information, check gpio_irq_enable().
112113
*/
113114
void enable_irq();
114115

115-
/** Disable IRQ
116+
/** Disable IRQ. This method depends on hw implementation, might disable one
117+
* port interrupts. For further information, check gpio_irq_disable().
116118
*/
117119
void disable_irq();
118120

0 commit comments

Comments
 (0)