Actually, why would I have to turn off the enable (P1IE &= ~EN_0;) ??? Doesn't that just mean that this specific pin on the MSP430 can lead to the interrupt handler? But once I go into the ISR, turning it off would serve no purpose because afterwards I (should) just come back into main and start running the one second delay and then init(); ???
Matt