AVRGetTimerValueFunction to get timer countParameterstimer : timer whose current count is to be returnedDescription
This function returns the count value of a desired timer.By knowing the count value certain interrupt action can be taken.
Timer can take the following values
0 -> for timer01 -> for timer12 -> for timer2
This is curretly dummy function. It provides no functionality but is required
for providing support for generating C code for AVR.
ExamplesSee alsoAVRTimerSetupAuthorsAshish Kamble