You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
189 B

#ifndef _interval_timer2_h__
#define _interval_timer2_h__
void intervaltimer2_init(void);
void intervaltimer2_set16ms(void);
char intervaltimer2_get(void);
#endif // _interval_timer_h__