Gary Richardson
/
Counter
Use of two timers to implement a counter of an external signal
Diff: Timer3.h
- Revision:
- 0:e619b6823668
diff -r 000000000000 -r e619b6823668 Timer3.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Timer3.h Tue Jan 28 17:01:19 2014 +0000 @@ -0,0 +1,8 @@ + +#ifndef H_TIMER3 +#define H_TIMER3 + +typedef void (*funcptr3)(int); +extern void Timer3_init(funcptr3); + +#endif