InterruptMask library allows masking/unmasking GPIO interrupts (attached to either the rise or falling edges). It also allows clearing pending interrupts which may come handy before unmasking them.
History
Updated comments in main CPP file
2014-02-19, by nleoni [Wed, 19 Feb 2014 04:35:24 +0000] rev 4
Updated comments in main CPP file
Changed pin input in constructor type from int to PinName type which the the enum type defined inside the mbed library
2014-02-18, by nleoni [Tue, 18 Feb 2014 15:44:49 +0000] rev 3
Changed pin input in constructor type from int to PinName type which the the enum type defined inside the mbed library
Added Improved Comments and example code within the library
2014-02-18, by nleoni [Tue, 18 Feb 2014 15:41:47 +0000] rev 2
Added Improved Comments and example code within the library
Updated header file to include proper protection agains double inclusion; #ifndef/#define/#endif
2014-02-18, by nleoni [Tue, 18 Feb 2014 02:41:18 +0000] rev 1
Updated header file to include proper protection agains double inclusion; #ifndef/#define/#endif
InterruptMask library; Allows masking/unmasking GPIO interrupts (attach to either rise or falling edges). It also allows clearing the interrupt.
2014-02-18, by nleoni [Tue, 18 Feb 2014 02:29:52 +0000] rev 0
InterruptMask library; Allows masking/unmasking GPIO interrupts (attach to either rise or falling edges). It also allows clearing the interrupt.