You are on page 1of 1

/*

// convert the reading to microseconds. The loop has been determined


// to be 20 clock cycles long and have about 16 clocks between the edge
// and the start of the loop. There will be some error introduced by
// the interrupt handlers.
return clockCyclesToMicroseconds(width * 21 + 16);
}

You might also like