| 1 |
/* Copyright (c) 2002, Marek Michalkiewicz |
/* Copyright (c) 2002,2005 Marek Michalkiewicz |
| 2 |
All rights reserved. |
All rights reserved. |
| 3 |
|
|
| 4 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 145 |
/* External Interrupt Request 0 */ |
/* External Interrupt Request 0 */ |
| 146 |
#define IO_PINS_vect _VECTOR(2) |
#define IO_PINS_vect _VECTOR(2) |
| 147 |
#define SIG_PIN _VECTOR(2) |
#define SIG_PIN _VECTOR(2) |
| 148 |
|
#define SIG_PIN_CHANGE _VECTOR(2) |
| 149 |
|
|
| 150 |
/* Timer/Counter1 Compare Match */ |
/* Timer/Counter1 Compare Match */ |
| 151 |
#define TIMER1_COMP_vect _VECTOR(3) |
#define TIMER1_COMP_vect _VECTOR(3) |