• measuring time between two events ...?????
    Hi there... I would like to measure the time between two events. I think, I must use a timer in "counter mode" If I am on the right track..here goes my code: #include <REG167.H> #include...
  • measuring time between two pulses
    Hi all, first time posting here. Ive got a most simple goal, measure the time between a bit going low and a second bit going low. I can only use P1, so Im assuming loop while p1.0 = 1 p1...
  • measuring time between two pulses
    Hi all, first time posting here. Ive got a most simple goal, measure the time between a bit going low and a second bit going low. I can only use P1, so Im assuming loop while p1.0 = 1 p1...
  • measuring time between two events ...?????
    Hi there... I would like to measure the time between two events. I think, I must use a timer in "counter mode" If I am on the right track..here goes my code: #include <REG167.H> #include...
  • Measuring the time between two breakpoint hits.
    Hello, Is there a more convenient way to measure the time between 2 breakpoints hits? So far, the only way I know, is to write down the current states or seconds indication, run the software and then...