#ifndef __PTIMER_H__ #define __PTIMER_H__ extern volatile uint16_t tim_debounce; void ptimer_init(void); #endif