add timer

This commit is contained in:
david
2009-07-02 11:24:12 +02:00
parent 7ef03b498f
commit 0a62ac52be
3 changed files with 71 additions and 1 deletions

5
avr/usbload/timer.h Normal file
View File

@@ -0,0 +1,5 @@
uint16_t timer_start( void );
uint16_t timer_stop( void );