mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
@@ -13,10 +13,10 @@ import java.util.function.BiConsumer;
|
||||
* Class for handling asynchrounous interrupts.
|
||||
*
|
||||
* <p>By default, interrupts will occur on rising edge. Callbacks are disabled by default, and
|
||||
* Enable() must be called before they will occur.
|
||||
* enable() must be called before they will occur.
|
||||
*
|
||||
* <p>Both rising and falling edge can be indiciated if both a rising and falling happen between
|
||||
* callbacks.
|
||||
* <p>Both rising and falling edges can be indicated in one callback if both a rising and falling
|
||||
* edge occurred since the previous callback.
|
||||
*
|
||||
* <p>Synchronous interrupts are handled by the SynchronousInterrupt class.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user