• 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...
  • Uart press a key
    Hello! I want to know how can i find out when someone pressed a key in Uart1. /* /* Includes ------------------------------------------------------------------*/ #include "91x_lib.h" /* Private...
  • 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...
  • Optical joystick
    Hello folks! Does anybody know a manufactorer of or hear about a project for an optical or otherwise contactless joystick? I mean a joystick with no more mechanical components inside than the hand lever...
  • scanf breaking immediately when an invalid key pressed
    hi, we are developing sample code for scanf & printf functions using retarget_io.c for stdin & stdout in cmsis rtos. we have implemented stdout_putchar & stdin_getchar functions in user code. printf...