unsigned int sw;
while (1) {
sw=PollSwitch();
PrintInt(sw);
}