It's been about 4 years since I've touched my MSP430's but I now have a perfect application for them. They are being used in a 'light' gun, where if a button is pressed, I set a pin high for 50 ms, then low and sleep for 50 ms, then resume in the loop (so you can only shoot a limited amount of times / second). I have 2 Launchpads, so could I just program them on those, and just wire the buttons to IO pins and do digital reads without any issues? I ask because the Arduino says to use a crystal if in stand alone.
Thanks.