Rev 1157 | Rev 1451 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1157 | Rev 1447 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | #include <config.h> |
12 | #include <config.h> |
| 13 | #include <bios.h> |
13 | #include <bios.h> |
| 14 | #include <drivers/can/stdcan.h> |
14 | #include <drivers/can/stdcan.h> |
| 15 | #include <drivers/timer/timer.h> |
15 | #include <drivers/timer/timer.h> |
| 16 | #include <drivers/mcu/gpio.h> |
16 | #include <drivers/mcu/gpio.h> |
| - | 17 | #include <drivers/adc/adc.h> |
|
| 17 | 18 | ||
| 18 | //to use PCINT lib. uncomment the line below |
19 | //to use PCINT lib. uncomment the line below |
| 19 | //#include <drivers/mcu/pcint.h> |
20 | //#include <drivers/mcu/pcint.h> |
| 20 | 21 | ||
| 21 | void <template>_Init(void); |
22 | void <template>_Init(void); |