opentvc
|
Functions | |
ISR (TIMER0_OVF_vect) | |
void | init_micros (void) |
unsigned long | micros (void) |
This library contains a micros function used for timing events.
void init_micros | ( | void | ) |
Initailzes registors needed for micros function.
unsigned long micros | ( | void | ) |
Returns the number of microseconds since the Arduino board began running the current program. This number will overflow (go back to zero), after approximately 70 minutes.