Rev 1106 | Rev 1157 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1106 | Rev 1125 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | /* lib files */ |
11 | /* lib files */ |
| 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 | ||
| - | 17 | //to use PCINT lib. uncomment the line below |
|
| - | 18 | //#include <drivers/mcu/pcint.h> |
|
| 16 | 19 | ||
| 17 | void <template>_Init(void); |
20 | void <template>_Init(void); |
| 18 | void <template>_Process(void); |
21 | void <template>_Process(void); |
| 19 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
22 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
| 20 | void <template>_List(uint8_t ModuleSequenceNumber); |
23 | void <template>_List(uint8_t ModuleSequenceNumber); |