Code:
	while (1)
	{ 
		if (PollSwitch() > 0)
		{
			StatusLED (RED);
		}
		else
		{
			StatusLED (GREEN);
		}			 
	}