Quote:
Originally Posted by Alan Anderson
Any digital input pin is as good as any other. So far as I know, however, none of them will be able to generate interrupts that your code can respond to.
Why do you want an interrupt? The WPI library has support via the FPGA for pretty much anything you might otherwise need interrupts to implement.
|
We were thinking about having an ISR service high priority tasks outside of the main loop if necessary.