Subversion Repositories FlightCtrl

Rev

Rev 1760 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1760 Rev 2146
Line 1... Line 1...
1
 
1
 
2
#define TIMER_TEILER        CK8
2
#define TIMER_TEILER        CK8
3
#define TIMER_RELOAD_VALUE  250
3
#define TIMER_RELOAD_VALUE  250
4
#define HEF4017R_ON     PORTC |=  (1<<PORTC6)
4
#define HEF4017Reset_ON     PORTC |=  (1<<PORTC6)
Line 5... Line 5...
5
#define HEF4017R_OFF    PORTC &= ~(1<<PORTC6)
5
#define HEF4017Reset_OFF    PORTC &= ~(1<<PORTC6)
6
 
6
 
7
void Timer_Init(void);
7
void Timer_Init(void);
8
void TIMER2_Init(void);
8
void TIMER2_Init(void);