• Debounce Logic
    I have done software debounce logic with 2/3 voter logic and kindly verify the coding i don't no whether it is correct or not. Please help me Coding: void inputRoutine() { uint16_t temp; InputP1_Temp...
  • New debounce logic:
    whether the following debouncing logic will work well: the total cycle for code is 50ms and each function is executed only once during the cycle. void main() { signed int deb_Counter=0; while...
  • What is suggested debounce time for keypad?
    We are using a matrix to detect depressions of a membrane keypad. From a perspective of human factors what is suggested debounce time? Thanks, Doug
  • exampls
    i need examples for learning
  • CAN example
    Hello i am trying to use CAN bus of infineon C505.Can any one have an example program