summaryrefslogtreecommitdiff
path: root/trunk/users/erik/FiveD_GCode_Interpreter/tmp/Timer1.h
blob: 296562170f87983345aafb5bf6ab0121ac3f8c50 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TIMER1_H
#define TIMER1_H

void enableTimer1Interrupt();
void disableTimer1Interrupt();
void setupTimer1Interrupt();
void setTimer1Ticks(unsigned long ticks);

#endif // TIMER1_H