| 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 |
| 115 |
/* External Interrupt Request 0 */ |
/* External Interrupt Request 0 */ |
| 116 |
#define IO_PINS_vect _VECTOR(2) |
#define IO_PINS_vect _VECTOR(2) |
| 117 |
#define SIG_PIN _VECTOR(2) |
#define SIG_PIN _VECTOR(2) |
| 118 |
|
#define SIG_PIN_CHANGE _VECTOR(2) |
| 119 |
|
|
| 120 |
/* Timer/Counter0 Overflow */ |
/* Timer/Counter0 Overflow */ |
| 121 |
#define TIMER0_OVF_vect _VECTOR(3) |
#define TIMER0_OVF_vect _VECTOR(3) |