• Key Press to Exit While Loop
    Hi Everyone, I have been searching for this thing few days and have not found anything except using simple C such as KBHIT. For example, I'm using switch command of case: "A". In this switch case...
  • Key error
    I have what appears to be a problem with the PK51 development environment. I have two development systems one running under NT and the other XP. When I enter the simulator mode using the NT machine around...
  • shift key
    whats wrong? i use the code check_keybaord ( 55 ) and it works for most but i cant get the shift key to work. can you help?
  • For loop
    can i use the for loop like this in accessing the 2-d array. for(u=0;u<=4;u++) { for(v=v1;;) { arr[u][v] += 1; } } bcos in the second for loop i want to do the increment in some other...
  • Polling for a key press
    Hi, i am using a stellaris launchpad micro controller and i want to poll one of my switch's for a press. I have configured all the necessary ports and everything but i cant get it to work. I know that...