Files
binary-clock/firmware/ptimer.h

8 lines
114 B
C

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