ads1115 only
Fork of mbed by
Diff: InterruptIn.h
- Revision:
- 76:824293ae5e43
- Parent:
- 68:f37f3b9c9f0b
- Child:
- 122:f9eeca106725
--- a/InterruptIn.h Thu Dec 19 15:51:14 2013 +0200 +++ b/InterruptIn.h Mon Jan 13 15:31:11 2014 +0200 @@ -108,11 +108,13 @@ */ void mode(PinMode pull); - /** Enable IRQ + /** Enable IRQ. This method depends on hw implementation, might enable one + * port interrupts. For further information, check gpio_irq_enable(). */ void enable_irq(); - /** Disable IRQ + /** Disable IRQ. This method depends on hw implementation, might disable one + * port interrupts. For further information, check gpio_irq_disable(). */ void disable_irq();