opentvc
Functions
TinyTime Library

Functions

 ISR (TIMER0_OVF_vect)
 
void init_micros (void)
 
unsigned long micros (void)
 

Detailed Description

This library contains a micros function used for timing events.

Function Documentation

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.